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.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/qmllint/qmllint.pro b/tools/qmllint/qmllint.pro
deleted file mode 100644
index 1007ec5060..0000000000
--- a/tools/qmllint/qmllint.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-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