summaryrefslogtreecommitdiffstats
path: root/src/tools/qdbuscpp2xml/CMakeLists.txt
blob: 499e5fb6aed801eb892c1884be92991d1cc2d0c4 (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
38
39
40
41
42
43
44
45
46
47
48
# Generated from qdbuscpp2xml.pro.

#####################################################################
## qdbuscpp2xml Tool:
#####################################################################

qt_add_tool(qdbuscpp2xml
    TOOLS_TARGET DBus # special case
    SOURCES
        ../moc/cbordevice.h
        ../moc/collectjson.cpp ../moc/collectjson.h
        ../moc/generator.cpp ../moc/generator.h
        ../moc/moc.cpp ../moc/moc.h
        ../moc/outputrevision.h
        ../moc/parser.cpp ../moc/parser.h
        ../moc/preprocessor.cpp ../moc/preprocessor.h
        ../moc/symbols.h
        ../moc/token.cpp ../moc/token.h
        ../moc/utils.h
        qdbuscpp2xml.cpp
    DEFINES
        QT_NO_CAST_FROM_ASCII
        QT_NO_FOREACH
    INCLUDE_DIRECTORIES
        ../moc
        ../moc/../../3rdparty/tinycbor/src
    LIBRARIES
        Qt::CorePrivate
        Qt::DBusPrivate
    # COMPILE_OPTIONS  # special case
    #     "$$QT_HOST_CFLAGS_DBUS"
    # QMAKE_TARGET_DESCRIPTION = "Qt D-Bus C++ to XML Compiler"
    # _LOADED = "qt_tool"
    # _OPTION = "host_build"
)

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

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

# special case begin
# extend_target(qdbuscpp2xml CONDITION force_bootstrap [...])
# extend_target(qdbuscpp2xml CONDITION NOT force_bootstrap [...])
# special case end