summaryrefslogtreecommitdiffstats
path: root/src/process
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-04-19 13:39:48 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-05-04 17:26:28 +0000
commit37d68796ce8e9e6ddec39342f955a349d2298920 (patch)
treec9b7329a93a90c4a72584329359303b5a18b4821 /src/process
parent7dde2a0d8b65f963268f9bacbcb96601ac34327b (diff)
Provide a debug version of QtWebEngineProcess
We never shipped a debug version of the QtWebEngineProcess executable. This is problematic in debug_and_release builds when a debug application starts the release version of QtWebEngineProcess. The Qt libraries will then be loaded twice, in debug and release. Also, in development setups where only the debug libraries are deployed, the release version of QtWebEngineProcess cannot be loaded. Task-number: QTBUG-49493 Change-Id: I2f7bfb9c7cf8e869dc91007f4e967a713f438065 Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'src/process')
-rw-r--r--src/process/process.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process/process.pro b/src/process/process.pro
index cdda429e7..1483008f7 100644
--- a/src/process/process.pro
+++ b/src/process/process.pro
@@ -16,6 +16,8 @@ win32 {
load(qt_app)
+CONFIG += build_all
+
contains(QT_CONFIG, qt_framework) {
# Deploy the QtWebEngineProcess app bundle into the QtWebEngineCore framework.
DESTDIR = $$MODULE_BASE_OUTDIR/lib/QtWebEngineCore.framework/Versions/5/Helpers