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.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/qmllint/qmllint.pro b/tools/qmllint/qmllint.pro
index 44bf2e7ce5..1007ec5060 100644
--- a/tools/qmllint/qmllint.pro
+++ b/tools/qmllint/qmllint.pro
@@ -1,11 +1,8 @@
option(host_build)
-QT = core-private qmldevtools-private
-
-include(../shared/shared.pri)
+QT = core-private qmldevtools-private qmlcompiler-private
SOURCES += \
- $$METATYPEREADER_SOURCES \
checkidentifiers.cpp \
main.cpp \
findwarnings.cpp \
@@ -16,7 +13,6 @@ QMAKE_TARGET_DESCRIPTION = QML Syntax Verifier
load(qt_tool)
HEADERS += \
- $$METATYPEREADER_HEADERS \
checkidentifiers.h \
findwarnings.h \
qcoloroutput.h