summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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
)