summaryrefslogtreecommitdiffstats
path: root/src/core/gn_run.pro
diff options
context:
space:
mode:
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\""