summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-04-12 15:04:14 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2023-05-11 09:22:46 +0200
commit643ed4946455559d4df60760ccca337c59572593 (patch)
treef31834a50f0923033335e6ce835a0351af492bea
parent4464b93d684a23b2567f6195f3efa82d644cb968 (diff)
downloadqtdoc-643ed4946455559d4df60760ccca337c59572593.tar.gz
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: I39697af7bf1595c821d1393e1d1120e0e2a467be Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io>
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 612c7254..88354a97 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,6 +15,7 @@ project(QtDoc # special case
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core) # special case
find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Qml Quick Test Sql Network QuickControls2 QmlXmlListModel) # special case for tests
+qt_internal_project_setup()
# special case begin
qt_build_repo_begin()