From e812ec499fb94f2e392e20c101f08b8332ddaa0c Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Wed, 12 Apr 2023 15:04:15 +0200 Subject: Add the use of the qt_internal_project_setup function The function sets the required CMake variables and policies. Pick-to: 6.5 Task-number: QTBUG-112685 Change-Id: I59c4f5306e08ecc15f9774e0283cb3fb0761484d Reviewed-by: Joerg Bornemann --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ef7bc58c..0af185486 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Co find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS DBus Xml Widgets Quick QuickWidgets Qml Sql PrintSupport OpenGL OpenGLWidgets ${optional_components}) +qt_internal_project_setup() qt_build_repo() -- cgit v1.2.1