summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@theqtcompany.com>2015-09-01 19:42:51 +0200
committerAndy Shaw <andy.shaw@theqtcompany.com>2015-09-01 18:37:59 +0000
commit0d592678bad23a77f35c109253a0263664e69812 (patch)
tree296b55be8b6351b7896c97cedbb077507472a965
parent4a631c3a6e52ae53a2bad45e185cd51927d94bff (diff)
Ensure QtWebProcess is built in release modev5.5.1
If debug_and_release is set then QtWebProcess should be built in release mode as it is a separate process and when it is deployed later it will be in the right mode already. Task-number: QTBUG-40507 Change-Id: I89d11493d519b363bdc671ea2f0c215d15d0ea3a Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-rw-r--r--Source/WebKit2/WebProcess.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/WebProcess.pro b/Source/WebKit2/WebProcess.pro
index b832cb479..3463b9431 100644
--- a/Source/WebKit2/WebProcess.pro
+++ b/Source/WebKit2/WebProcess.pro
@@ -5,7 +5,7 @@
# -------------------------------------------------------------------
TEMPLATE = app
-
+!build_pass:contains(QT_CONFIG, debug_and_release):contains(QT_CONFIG, build_all): CONFIG += release
TARGET = QtWebProcess
DESTDIR = $${ROOT_BUILD_DIR}/bin