aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/qmllint.pro
blob: 76363a7cd85d6ff9d9d66949761e954e1867d1ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
option(host_build)

QT = core qmldevtools-private

SOURCES += main.cpp \
    componentversion.cpp \
    fakemetaobject.cpp \
    findunqualified.cpp \
    qmljstypedescriptionreader.cpp \
    qcoloroutput.cpp \
    scopetree.cpp

QMAKE_TARGET_DESCRIPTION = QML Syntax Verifier

load(qt_tool)

HEADERS += \
    componentversion.h \
    fakemetaobject.h \
    findunqualified.h \
    qmljstypedescriptionreader.h \
    qcoloroutput_p.h \
    scopetree.h