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.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/qmlbundle/qmlbundle.pro b/tools/qmlbundle/qmlbundle.pro
new file mode 100644
index 0000000000..440b152149
--- /dev/null
+++ b/tools/qmlbundle/qmlbundle.pro
@@ -0,0 +1,5 @@
+QT = core qml-private v8-private core-private
+
+SOURCES += main.cpp
+
+load(qt_tool)