CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit af86c98f5732a65933911a906a4bca633457c8af
Author: Albert Astals Cid <aa...@kde.org>
Date:   Fri Oct 30 16:04:53 2020 +0100

    CI: Fix qt6 build

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")
_______________________________________________
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to