summaryrefslogtreecommitdiffstats
path: root/src/core/gn_run.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2017-02-07 16:47:20 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-02-15 09:45:07 +0000
commit5f8e4afbba49c49d6e81b02d74505effc7b949ec (patch)
tree02011a640e0237bd5162cf362424cb27e1c7a834 /src/core/gn_run.pro
parenta87cf9d74ff1103ae378968d6e94672585fd370b (diff)
Fix release builds for debug and release builds
Small typo makes debug builds make release. Fix core lib and covert tool compilation for debug builds. Updates chromium: b0bb0288 Fix debug builds compilation Change-Id: Id478ab5e2a2a1b3d5716002f76f252451f69f5ac Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/gn_run.pro')
-rw-r--r--src/core/gn_run.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/gn_run.pro b/src/core/gn_run.pro
index d33fe2394..e1af9e320 100644
--- a/src/core/gn_run.pro
+++ b/src/core/gn_run.pro
@@ -24,8 +24,9 @@ build_pass|!debug_and_release {
gn_args = $$gnArgs()
- CONFIG(release, debug|release):
+ CONFIG(release, debug|release) {
gn_args += is_debug=false
+ }
gn_args += "qtwebengine_target=\"$$shell_path($$OUT_PWD/$$getConfigDir()):QtWebEngineCore\""