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.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/qmllint/qmllint.pro b/tools/qmllint/qmllint.pro
new file mode 100644
index 0000000000..bc6e27cec2
--- /dev/null
+++ b/tools/qmllint/qmllint.pro
@@ -0,0 +1,7 @@
+option(host_build)
+
+QT = core qmldevtools-private
+
+SOURCES += main.cpp
+
+load(qt_tool)