summaryrefslogtreecommitdiffstats
path: root/cmake/QtBaseGlobalTargets.cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-08-28 15:15:50 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-04-17 20:42:18 +0200
commit59756b7183e9c35f862f957d709b9c8eab673f23 (patch)
tree4f853adce2c58ad2ad1f0905bee47c9758cbbb4b /cmake/QtBaseGlobalTargets.cmake
parentbfcf36d459c7a36a92dd6f9127e6513f7a08277e (diff)
CMake: Generate qmake pri information for building with qmake
Implemented some necessary functionality to generate correct .pri information, so that qmake can build modules. Task-number: QTBUG-75666 Change-Id: I63281adfef3d01385928b1d8c4be0b32ac97c4d7 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/QtBaseGlobalTargets.cmake')
-rw-r--r--cmake/QtBaseGlobalTargets.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/QtBaseGlobalTargets.cmake b/cmake/QtBaseGlobalTargets.cmake
index 9cd3ad72cb..ddee9c63c2 100644
--- a/cmake/QtBaseGlobalTargets.cmake
+++ b/cmake/QtBaseGlobalTargets.cmake
@@ -240,6 +240,8 @@ endif()
qt_feature_module_end(GlobalConfig OUT_VAR_PREFIX "__GlobalConfig_")
qt_generate_global_config_pri_file()
+qt_generate_global_module_pri_file()
+qt_generate_qt_conf()
add_library(Qt::GlobalConfig ALIAS GlobalConfig)