-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the CMakeLists.txt add a branch to check of qt6 is available. If it is, use that, otherwise assume QT5. In qfsignalproxy slightly adapt call to constructor of QVariant. QVariant(type, void*) signature has changed between QT5 and QT6. in qfstore adapt call to constructor of QQmlListProperty. Signature has changed between QT5.13 and QT6
- Loading branch information
1 parent
2a37acf
commit 8fd171a
Showing
3 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters