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

Prepare CMake for Qt6 #3103

Merged
merged 4 commits into from Aug 8, 2021
Merged

Prepare CMake for Qt6 #3103

merged 4 commits into from Aug 8, 2021

Conversation

zneix
Copy link
Collaborator

@zneix zneix commented Aug 1, 2021

Pull request checklist:

  • CHANGELOG.md was updated, if applicable

Description

Renamed variables of QT5KEYCHAIN to just QTKEYCHAIN due to how qt keychain library changes its target name from qt5keychain to qt6keychain if we build against Qt6.

⚠ Important note: qtkeychain already uses BUILD_WITH_QT6 CMake parameter, so I thought it would be convenient to just reuse that. No idea if that's a bad practice to use one variable/option that affects multiple things at once, but pretty sure that in this scope it wouldn't change anything.

Required for Chatterino/libcommuni#2

@zneix zneix requested a review from pajlada August 1, 2021 13:33
CMakeLists.txt Show resolved Hide resolved
CMakeLists.txt Show resolved Hide resolved
Copy link
Member

@pajlada pajlada left a comment

Choose a reason for hiding this comment

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

👍

@zneix zneix merged commit d0d3258 into master Aug 8, 2021
@zneix zneix deleted the zneix/chore/prepare-cmake-for-qt6 branch August 8, 2021 10:37
zneix added a commit to SevenTV/chatterino7 that referenced this pull request Aug 8, 2021
Now we're on commit a216e11; Changes from upstream we've pulled:

- Minor: Remove TwitchEmotes.com attribution and the open/copy options when right-clicking a Twitch Emote. (Chatterino#2214, Chatterino#3136)
- Minor: Strip leading @ and trailing , from username in /user and /usercard commands. (Chatterino#3143)
- Minor: Display a system message when reloading subscription emotes to match BTTV/FFZ behavior (Chatterino#3135)
- Bugfix: Moderation mode and active filters are now preserved when opening a split as a popup. (Chatterino#3113, Chatterino#3130)
- Bugfix: Fixed a bug that caused all badge highlights to use the same color. (Chatterino#3132, Chatterino#3134)
- Dev: Renamed CMake's build option `USE_SYSTEM_QT5KEYCHAIN` to `USE_SYSTEM_QTKEYCHAIN`. (Chatterino#3103)
- Dev: Add benchmarks that can be compiled with the `BUILD_BENCHMARKS` CMake flag. Off by default. (Chatterino#3038)
- Dev: Allow building against Qt 5.11 (Chatterino#3105)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants