From 9b7f5776eec29ffc17daeb1ea4e193aaec5b433e Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 6 May 2019 14:57:10 +0200 Subject: [PATCH] CMake: Regenerate platformsupport/services Change-Id: I73444aeef2e37ebb2f90e8bae3e6932989bad5f0 Reviewed-by: Alexandru Croitor --- src/platformsupport/services/CMakeLists.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/platformsupport/services/CMakeLists.txt b/src/platformsupport/services/CMakeLists.txt index 3169332381..23e1d5e4cd 100644 --- a/src/platformsupport/services/CMakeLists.txt +++ b/src/platformsupport/services/CMakeLists.txt @@ -13,9 +13,12 @@ add_qt_module(ServiceSupport LIBRARIES Qt::CorePrivate Qt::GuiPrivate + PUBLIC_LIBRARIES + Qt::Core + Qt::Gui ) -#### Keys ignored in scope 1:.:services.pro:: +#### Keys ignored in scope 1:.:.:services.pro:: # CONFIG = "static" "internal_module" # MODULE = "service_support" # PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h" @@ -25,6 +28,6 @@ add_qt_module(ServiceSupport ##################################################################### extend_target(ServiceSupport CONDITION QT_FEATURE_dbus - LIBRARIES + PUBLIC_LIBRARIES Qt::DBus )