aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/qmllint.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmllint/qmllint.pro')
-rw-r--r--tools/qmllint/qmllint.pro20
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/qmllint/qmllint.pro b/tools/qmllint/qmllint.pro
index 4b7ca947cf..ebe531e323 100644
--- a/tools/qmllint/qmllint.pro
+++ b/tools/qmllint/qmllint.pro
@@ -2,23 +2,23 @@ option(host_build)
QT = core-private qmldevtools-private
-SOURCES += main.cpp \
- componentversion.cpp \
+include(../shared/shared.pri)
+
+SOURCES += \
+ $$METATYPEREADER_SOURCES \
+ checkidentifiers.cpp \
+ main.cpp \
findunqualified.cpp \
importedmembersvisitor.cpp \
- qcoloroutput.cpp \
- scopetree.cpp \
- typedescriptionreader.cpp
+ qcoloroutput.cpp
QMAKE_TARGET_DESCRIPTION = QML Syntax Verifier
load(qt_tool)
HEADERS += \
- componentversion.h \
+ $$METATYPEREADER_HEADERS \
+ checkidentifiers.h \
findunqualified.h \
importedmembersvisitor.h \
- metatypes.h \
- qcoloroutput.h \
- scopetree.h \
- typedescriptionreader.h
+ qcoloroutput.h