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 )