summaryrefslogtreecommitdiffstats
path: root/src/tools/qdbusxml2cpp/CMakeLists.txt
blob: e9a72a3d45b1520d5ea3963f2ff7d865811c180c (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
# 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
        Qt::DBusPrivate
    # COMPILE_OPTIONS  # special case
    #     "$$QT_HOST_CFLAGS_DBUS"
    # QMAKE_TARGET_DESCRIPTION = "Qt D-Bus XML to C++ Compiler"
    # _LOADED = "qt_tool"
    # _OPTION = "host_build"
)

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

# special case:
# extend_target(qdbusxml2cpp CONDITION NOT force_bootstrap [...])
#extend_target(qdbusxml2cpp CONDITION NOT QT_FEATURE_commandlineparser AND NOT force_bootstrap [...])
# extend_target(qdbusxml2cpp CONDITION force_bootstrap [...])