summaryrefslogtreecommitdiffstats
path: root/cmake/QtBaseGlobalTargets.cmake
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-12-07 14:04:42 +0100
committerTobias Hunger <tobias.hunger@qt.io>2018-12-14 14:00:11 +0000
commit3a8d8344e5301badd9bcef79d7f622fd16487438 (patch)
tree890c9b0b977d17104bc046e4f512328e4dd26a2e /cmake/QtBaseGlobalTargets.cmake
parentece38e7e184bbf4f458093bb2da5f8fa26ba8578 (diff)
CMake: Merge qt_internal_module_include_dir and qt_internal_module_info
... and fix the fallout of this change. It results in more targets being passed overall (instead of a strange mix of targets and module names), so this is a good thing(TM). Change-Id: I1c4326b80e2c6675356587879ec8471ef7249a50 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'cmake/QtBaseGlobalTargets.cmake')
-rw-r--r--cmake/QtBaseGlobalTargets.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtBaseGlobalTargets.cmake b/cmake/QtBaseGlobalTargets.cmake
index 5b2b746ef1..b53fd0f368 100644
--- a/cmake/QtBaseGlobalTargets.cmake
+++ b/cmake/QtBaseGlobalTargets.cmake
@@ -39,7 +39,7 @@ install(FILES
## Library to hold global features:
add_library(Qt_global_Config INTERFACE)
-qt_feature_module_begin(LIBRARY QtCore
+qt_feature_module_begin(LIBRARY Core
PUBLIC_FILE src/corelib/global/qconfig.h
PRIVATE_FILE src/corelib/global/qconfig_p.h
)