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.pro10
1 files changed, 1 insertions, 9 deletions
diff --git a/tools/qmlmin/qmlmin.pro b/tools/qmlmin/qmlmin.pro
index 0b5ef2baee..2cbf196863 100644
--- a/tools/qmlmin/qmlmin.pro
+++ b/tools/qmlmin/qmlmin.pro
@@ -1,13 +1,5 @@
option(host_build)
-
-force_bootstrap {
- QT = bootstrap-private
-} else {
- QT = core
-}
-
-QT += qmldevtools-private
-
+QT = core qmldevtools-private
SOURCES += main.cpp
load(qt_tool)