mirror of https://github.com/qt/qthttpserver.git
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:
parent
ec8d3b7f45
commit
54c6782665
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue