summaryrefslogtreecommitdiffstats
path: root/src/tools/qdbusxml2cpp/.prev_CMakeLists.txt
blob: 202e7517278d6f91edfc8d7d653d591ba0373999 (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
35
36
# Generated from qdbusxml2cpp.pro.

#####################################################################
## qdbusxml2cpp Tool:
#####################################################################

qt_add_tool(qdbusxml2cpp
    SOURCES
        qdbusxml2cpp.cpp
    DEFINES
        QT_NO_CAST_FROM_ASCII
        QT_NO_FOREACH
    LIBRARIES
        Qt::CorePrivate
)

#### Keys ignored in scope 1:.:.:qdbusxml2cpp.pro:<TRUE>:
# QMAKE_TARGET_DESCRIPTION = "Qt D-Bus XML to C++ Compiler"
# _OPTION = "host_build"

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

qt_extend_target(qdbusxml2cpp CONDITION NOT force_bootstrap
    LIBRARIES
        Qt::DBusPrivate
    PUBLIC_LIBRARIES
        Qt::DBus
)

qt_extend_target(qdbusxml2cpp CONDITION force_bootstrap
    LIBRARIES
        bootstrap_dbusPrivate
    PUBLIC_LIBRARIES
        bootstrap_dbus
)