From 3a8d8344e5301badd9bcef79d7f622fd16487438 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Fri, 7 Dec 2018 14:04:42 +0100 Subject: 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 --- cmake/tests/features/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/tests') 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 ) -- cgit v1.2.3