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

CMakeLists: Default QT6 to ON #11934

Merged
merged 1 commit into from Sep 7, 2023
Merged

CMakeLists: Default QT6 to ON #11934

merged 1 commit into from Sep 7, 2023

Conversation

fwcd
Copy link
Member

@fwcd fwcd commented Sep 7, 2023

Given that

was recently merged and that the 2.5 vcpkg environments now ship Qt 6, we should set -DQT6=ON by default, both for consistency and to eliminate another configuration gotcha. This should also remove the need to set this explicitly in CI (though I didn't remove those here to keep the PR focused and since the workflows might be intentionally explicit).

Of course, developers can still set -DQT6=OFF to build with Qt 5.

@github-actions github-actions bot added the build label Sep 7, 2023
Copy link
Member

@Swiftb0y Swiftb0y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. we should do that anyways otherwise people on macos and windows will run into issues because the environment doesn't ship Qt5 anymore. Objections?

@Holzhaus
Copy link
Member

Holzhaus commented Sep 7, 2023

Objections?

No.

@Holzhaus Holzhaus merged commit 9caedfc into mixxxdj:main Sep 7, 2023
13 checks passed
@fwcd fwcd deleted the default-qt6-on branch September 7, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants