aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlbundle/qmlbundle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlbundle/qmlbundle.pro')
-rw-r--r--tools/qmlbundle/qmlbundle.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/qmlbundle/qmlbundle.pro b/tools/qmlbundle/qmlbundle.pro
new file mode 100644
index 0000000000..6a89418630
--- /dev/null
+++ b/tools/qmlbundle/qmlbundle.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+TARGET = qmlbundle
+DESTDIR= $$QT.qml.bins
+
+QT = core qml-private v8-private core-private
+CONFIG += console
+CONFIG -= app_bundle
+
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_BINS]
+INSTALLS += target