summarylogtreecommitdiffstats
path: root/use_qt6_only.diff
blob: b87b250fec2c3d7fc39cf0785192fbc44b3c1ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/external/qt/package.cmake b/external/qt/package.cmake
index bae8405..c732da1 100644
--- a/external/qt/package.cmake
+++ b/external/qt/package.cmake
@@ -23,7 +23,7 @@ if (NOT DESKTOP_APP_USE_PACKAGED)
 endif()
 
 if (DESKTOP_APP_QT6)
-    find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core)
+    find_package(QT NAMES Qt6 REQUIRED COMPONENTS Core)
 else()
     find_package(QT NAMES Qt5 REQUIRED COMPONENTS Core)
 endif()