diff options
author | txtsd <code@ihavea.quest> | 2023-03-08 21:18:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 21:18:53 +0530 |
commit | 3bd4ad7c93486e29c4dccc17d5d42719b452fd08 (patch) | |
tree | c1a833e20bb34578cc0969b7cbdd035da6c3ca2f /CMakeLists.txt | |
parent | 6bdd6ce57106d45efe2cf97eedcd43f8a69322c5 (diff) | |
parent | a8ffdeca2b1592bc13f11ab4203b94bf6d8ae1d2 (diff) | |
download | PrismLauncher-3bd4ad7c93486e29c4dccc17d5d42719b452fd08.tar.gz PrismLauncher-3bd4ad7c93486e29c4dccc17d5d42719b452fd08.tar.bz2 PrismLauncher-3bd4ad7c93486e29c4dccc17d5d42719b452fd08.zip |
Merge pull request #918 from Scrumplex/qt6-default
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 40936e44..05c69c89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -174,7 +174,7 @@ set(Launcher_SUBREDDIT_URL "https://www.reddit.com/r/PrismLauncher/" CACHE STRIN # Builds set(Launcher_FORCE_BUNDLED_LIBS OFF CACHE BOOL "Prevent using system libraries, if they are available as submodules") -set(Launcher_QT_VERSION_MAJOR "5" CACHE STRING "Major Qt version to build against") +set(Launcher_QT_VERSION_MAJOR "6" CACHE STRING "Major Qt version to build against") # API Keys # NOTE: These API keys are here for convenience. If you rebrand this software or intend to break the terms of service |