aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlmin
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlmin')
-rw-r--r--tools/qmlmin/qmlmin.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/qmlmin/qmlmin.pro b/tools/qmlmin/qmlmin.pro
index c57ec29d5b..c8df227765 100644
--- a/tools/qmlmin/qmlmin.pro
+++ b/tools/qmlmin/qmlmin.pro
@@ -1,9 +1,5 @@
QT = core qmldevtools-private
-CONFIG += console
-CONFIG -= app_bundle
DESTDIR = $$QT.qml.bins
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
-
+load(qt_tool)