summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/bootstrap-dbus/bootstrap-dbus.pro4
-rw-r--r--src/tools/bootstrap/bootstrap.pro3
2 files changed, 2 insertions, 5 deletions
diff --git a/src/tools/bootstrap-dbus/bootstrap-dbus.pro b/src/tools/bootstrap-dbus/bootstrap-dbus.pro
index 63f7b38a73..6af70efda7 100644
--- a/src/tools/bootstrap-dbus/bootstrap-dbus.pro
+++ b/src/tools/bootstrap-dbus/bootstrap-dbus.pro
@@ -2,9 +2,7 @@ option(host_build)
MODULE = bootstrap_dbus
TARGET = QtBootstrapDBus
-QT = bootstrap-private
-CONFIG += no_module_headers internal_module
-!build_pass: CONFIG += release
+CONFIG += no_module_headers internal_module force_bootstrap
DEFINES += \
QT_NO_CAST_FROM_ASCII
diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro
index 1c39d1b7a5..8b69c715d2 100644
--- a/src/tools/bootstrap/bootstrap.pro
+++ b/src/tools/bootstrap/bootstrap.pro
@@ -2,8 +2,7 @@ option(host_build)
TARGET = QtBootstrap
QT =
-CONFIG += internal_module
-!build_pass: CONFIG += release
+CONFIG += internal_module force_bootstrap
# otherwise mingw headers do not declare common functions like putenv
win32-g++*:QMAKE_CXXFLAGS_CXX11 = -std=gnu++0x