summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2020-10-30 16:04:53 +0100
committerAlbert Astals Cid <aacid@kde.org>2020-10-30 16:04:53 +0100
commitaf86c98f5732a65933911a906a4bca633457c8af (patch)
tree5d3ffe6c01feba9c5d87d245d2dad12970ddfa49
parent1ad3bc825185d6cb0bc922d0dafdc3815558011d (diff)
CI: Fix qt6 build
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae82eebb..6c691ac2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -169,6 +169,7 @@ if (ENABLE_QT5)
endif()
if (ENABLE_QT6)
+ SET(QT_NO_CREATE_VERSIONLESS_TARGETS ON)
find_package(Qt6 COMPONENTS Core Gui Widgets Test QUIET)
if (NOT (Qt6Core_FOUND AND Qt6Gui_FOUND AND Qt6Widgets_FOUND AND Qt6Test_FOUND))
message("-- Package Qt6Core or Qt6Gui or Qt6Widgets or Qt6Test not found")