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