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: Iaa669e94e9a84a9af5469424f0e680c6a78265d5
Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io>
This commit is contained in:
Alexey Edelev 2023-04-12 15:04:14 +02:00
parent ec8d3b7f45
commit 54c6782665
1 changed files with 1 additions and 0 deletions

View File

@ -15,5 +15,6 @@ project(QtHttpServer
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core Network)
find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Concurrent WebSockets Gui)
qt_internal_project_setup()
qt_build_repo()