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.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/qmlmin/qmlmin.pro b/tools/qmlmin/qmlmin.pro
index 5b783a3439..67c7004c18 100644
--- a/tools/qmlmin/qmlmin.pro
+++ b/tools/qmlmin/qmlmin.pro
@@ -1,11 +1,9 @@
-QT = core
+QT = core qmldevtools-private
CONFIG += console
CONFIG -= app_bundle
DESTDIR = $$QT.declarative.bins
SOURCES += main.cpp
-include(../../src/declarative/qml/parser/parser.pri)
-
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target