aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTheLastRar <TheLastRar@users.noreply.github.com>2022-11-25 03:54:15 +0000
committerDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-11-30 13:46:55 +0100
commit24193163e102c7421261497b42bb44d22bbf09ef (patch)
treeb9b72998d8ec476fabd86a65197688a10f5ab98d /CMakeLists.txt
parent94d164c0f2a2ab80515351d422cefffbdbf6c910 (diff)
downloadPrismLauncher-24193163e102c7421261497b42bb44d22bbf09ef.tar.gz
PrismLauncher-24193163e102c7421261497b42bb44d22bbf09ef.tar.bz2
PrismLauncher-24193163e102c7421261497b42bb44d22bbf09ef.zip
Maybe fix ResourceFolderModel Clang64 test failure
Previously this test would fail sometimes without including ECMQueryQt Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5c326cfa..2bdd4811 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -221,7 +221,7 @@ if(Launcher_QT_VERSION_MAJOR EQUAL 5)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DUNICODE -D_UNICODE")
elseif(Launcher_QT_VERSION_MAJOR EQUAL 6)
set(QT_VERSION_MAJOR 6)
- find_package(Qt6 REQUIRED COMPONENTS Core Widgets Concurrent Network Test Xml Core5Compat)
+ find_package(Qt6 REQUIRED COMPONENTS Core CoreTools Widgets Concurrent Network Test Xml Core5Compat)
list(APPEND Launcher_QT_LIBS Qt6::Core5Compat)
if(NOT Launcher_FORCE_BUNDLED_LIBS)