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

Add the option to build with Qt 6 #4929

Merged
merged 2 commits into from
May 10, 2024
Merged

Add the option to build with Qt 6 #4929

merged 2 commits into from
May 10, 2024

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    e17b6b0 View commit details
    Browse the repository at this point in the history
  2. Require macOS >= 10.15 for Qt 6

    With CMAKE_OSX_DEPLOYMENT_TARGET=10.14 and Qt 6.6.2:
    
    /usr/local/include/QtCore/qfile.h:59:58: error: 'path' is unavailable:
    introduced in macOS 10.15
    
    /usr/local/include/QtCore/qfile.h:64:40: error: 'native' is unavailable:
    introduced in macOS 10.15
    cjmayo committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    02ffad0 View commit details
    Browse the repository at this point in the history