summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/services/CMakeLists.txt
blob: 602dd40305586601f20e5aa18af16d2938339581 (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
# 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
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
    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
)