summaryrefslogtreecommitdiffstats
path: root/src/tools/qdbusxml2cpp/.prev_CMakeLists.txt
blob: 152ae6d27ddfc930a36bdedb91c2482cd0be0cb8 (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
37
# Generated from qdbusxml2cpp.pro.

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

add_qt_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"
# _LOADED = "qt_tool"
# _OPTION = "host_build"

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

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

extend_target(qdbusxml2cpp CONDITION force_bootstrap
    LIBRARIES
        bootstrap_dbusPrivate
    PUBLIC_LIBRARIES
        bootstrap_dbus
)