aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlformat/CMakeLists.txt
blob: e492a3ec56911e1380e3a8229e0aee1a54de3dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated from qmlformat.pro.

#####################################################################
## qmlformat Tool:
#####################################################################

qt_get_tool_target_name(target_name qmlformat)
qt_internal_add_tool(${target_name}
    TARGET_DESCRIPTION "QML Formatter"
    TOOLS_TARGET Qml # special case
    SOURCES
        commentastvisitor.cpp commentastvisitor.h
        dumpastvisitor.cpp dumpastvisitor.h
        main.cpp
        restructureastvisitor.cpp restructureastvisitor.h
    PUBLIC_LIBRARIES
        Qt::QmlDevToolsPrivate
)

#### Keys ignored in scope 1:.:.:qmlformat.pro:<TRUE>:
# QMAKE_TARGET_DESCRIPTION = "QML" "Formatter"
# _OPTION = "host_build"