summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-05-06 14:57:10 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-05-06 14:26:58 +0000
commit9b7f5776eec29ffc17daeb1ea4e193aaec5b433e (patch)
tree50cfd6ddfea87fd977c6312dd3b44f84662f6885 /src
parent3d452d7c3bb86f04863c822a1dd70cf486a6362f (diff)
CMake: Regenerate platformsupport/services
Change-Id: I73444aeef2e37ebb2f90e8bae3e6932989bad5f0 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/platformsupport/services/CMakeLists.txt7
1 files 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:<NONE>:
+#### Keys ignored in scope 1:.:.:services.pro:<TRUE>:
# 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
)