aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlmin/qmlmin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlmin/qmlmin.pro')
-rw-r--r--tools/qmlmin/qmlmin.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/qmlmin/qmlmin.pro b/tools/qmlmin/qmlmin.pro
new file mode 100644
index 0000000000..034dacca32
--- /dev/null
+++ b/tools/qmlmin/qmlmin.pro
@@ -0,0 +1,9 @@
+QT = core
+CONFIG += console
+CONFIG -= app_bundle
+DESTDIR = $$QT.declarative.bins
+SOURCES += main.cpp
+
+include(../../src/declarative/qml/parser/parser.pri)
+
+