From c70dcffbdb83fad1c829ea3c2aff7b74e66f0eec Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 5 May 2020 16:57:58 +0200 Subject: CMake: Replace hardcoded include dirs for the global qtbase targets Change-Id: I22a120a0cb8ca690d224b1301b85e704364fbce0 Reviewed-by: Simon Hausmann Reviewed-by: Qt CI Bot --- cmake/QtBaseGlobalTargets.cmake | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cmake') diff --git a/cmake/QtBaseGlobalTargets.cmake b/cmake/QtBaseGlobalTargets.cmake index a64a91a193..c82ef410a3 100644 --- a/cmake/QtBaseGlobalTargets.cmake +++ b/cmake/QtBaseGlobalTargets.cmake @@ -217,10 +217,10 @@ qt_install(PROGRAMS "${QT_BUILD_DIR}/${INSTALL_BINDIR}/${__qt_cmake_standalone_t ## files always lived in Qt::Core, so we keep it that way add_library(GlobalConfig INTERFACE) target_include_directories(GlobalConfig INTERFACE - $ - $ - $ - $ + $ + $ + $ + $ ) qt_feature_module_begin(NO_MODULE PUBLIC_FILE src/corelib/global/qconfig.h @@ -248,10 +248,10 @@ add_library(Qt::GlobalConfig ALIAS GlobalConfig) add_library(GlobalConfigPrivate INTERFACE) target_link_libraries(GlobalConfigPrivate INTERFACE GlobalConfig) target_include_directories(GlobalConfigPrivate INTERFACE - $ - $ - $ - $ + $ + $ + $ + $ ) add_library(Qt::GlobalConfigPrivate ALIAS GlobalConfigPrivate) -- cgit v1.2.3