summaryrefslogtreecommitdiffstats
path: root/src/process
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-05-09 15:00:26 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-05-09 13:08:59 +0000
commit827c1c15a242f1b104e905700de11053f9752e1a (patch)
tree953b35a4979a77349273b3f511c8e44d479a8883 /src/process
parentc727b8dea9df50ca9a08bff483128bba6263ac65 (diff)
Fix debug-only build on Windows
Do not attempt to build the release version of QtWebEngineProcess if Qt is not configured for release. Task-number: QTBUG-53240 Change-Id: Iff52a5049b3eefdd52c405fb80095a4d53c55fba Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com>
Diffstat (limited to 'src/process')
-rw-r--r--src/process/process.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process/process.pro b/src/process/process.pro
index 1483008f7..cd60b1f91 100644
--- a/src/process/process.pro
+++ b/src/process/process.pro
@@ -16,7 +16,7 @@ win32 {
load(qt_app)
-CONFIG += build_all
+contains(QT_CONFIG, build_all): CONFIG += build_all
contains(QT_CONFIG, qt_framework) {
# Deploy the QtWebEngineProcess app bundle into the QtWebEngineCore framework.