Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Support for QT6 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 27, 2021

  1. Enable Support for QT6

    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
    Caspar Kielwein committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    8fd171a View commit details
    Browse the repository at this point in the history