CMake: Regenerate platformsupport/services

Change-Id: I73444aeef2e37ebb2f90e8bae3e6932989bad5f0
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Tobias Hunger 2019-05-06 14:57:10 +02:00
parent 3d452d7c3b
commit 9b7f5776ee

View File

@ -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
)