summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/services/CMakeLists.txt
blob: 4744455489fa34428d542d25563230771213ca7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Generated from services.pro.

#####################################################################
## ServiceSupport Module:
#####################################################################

qt_add_module(ServiceSupport
    STATIC
    INTERNAL_MODULE
    SOURCES
        genericunix/qgenericunixservices.cpp genericunix/qgenericunixservices_p.h
    DEFINES
        QT_NO_CAST_FROM_ASCII
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
    PRECOMPILED_HEADER
        "../../corelib/global/qt_pch.h"
)

#### Keys ignored in scope 1:.:.:services.pro:<TRUE>:
# MODULE = "service_support"

## Scopes:
#####################################################################

qt_extend_target(ServiceSupport CONDITION QT_FEATURE_dbus
    PUBLIC_LIBRARIES
        Qt::DBus
)