summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/services/CMakeLists.txt
blob: b926030e128247c8c24b54d4704f1c8503488193 (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
34
# Generated from services.pro.

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

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

#### Keys ignored in scope 1:.:.:services.pro:<TRUE>:
# CONFIG = "static" "internal_module"
# MODULE = "service_support"
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
# _LOADED = "qt_module"

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

extend_target(ServiceSupport CONDITION QT_FEATURE_dbus
    PUBLIC_LIBRARIES
        Qt::DBus
)