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.pro7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/qmlbundle/qmlbundle.pro b/tools/qmlbundle/qmlbundle.pro
index 6a89418630..237f933b8b 100644
--- a/tools/qmlbundle/qmlbundle.pro
+++ b/tools/qmlbundle/qmlbundle.pro
@@ -1,12 +1,7 @@
-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
+load(qt_tool)