summaryrefslogtreecommitdiffstats
path: root/cmake/tests
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/tests
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/tests')
-rw-r--r--cmake/tests/features/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/tests/features/CMakeLists.txt b/cmake/tests/features/CMakeLists.txt
index 3cda8ebe26..32cff572bd 100644
--- a/cmake/tests/features/CMakeLists.txt
+++ b/cmake/tests/features/CMakeLists.txt
@@ -16,7 +16,7 @@ include(QtSetup)
## 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
)