aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/qmllint.pro
blob: 1007ec5060ff29638ea752d53ca5b07c7e597ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
option(host_build)

QT = core-private qmldevtools-private qmlcompiler-private

SOURCES += \
    checkidentifiers.cpp \
    main.cpp \
    findwarnings.cpp \
    qcoloroutput.cpp

QMAKE_TARGET_DESCRIPTION = QML Syntax Verifier

load(qt_tool)

HEADERS += \
    checkidentifiers.h \
    findwarnings.h \
    qcoloroutput.h