summaryrefslogtreecommitdiffstats
path: root/src/core/gn_run.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-03-20 14:11:48 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-03-22 18:28:10 +0000
commit259b31566013b078d7658115eddae61514594946 (patch)
treeb5d5bcabd0a9c5e3232acdf74a30f8a6b6967d94 /src/core/gn_run.pro
parentd56670f0224b092ac5269db76eb61de3d42bd381 (diff)
Move the last gn_arg over to the rest
is_debug was the only configuration argument still set in gn_run.pro Change-Id: I7b66888e6b936b44bafdad02f7974941d4e875ce Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/gn_run.pro')
-rw-r--r--src/core/gn_run.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/gn_run.pro b/src/core/gn_run.pro
index 384eaca37..c8c503a39 100644
--- a/src/core/gn_run.pro
+++ b/src/core/gn_run.pro
@@ -29,10 +29,6 @@ build_pass|!debug_and_release {
gn_args = $$gnArgs()
- CONFIG(release, debug|release) {
- gn_args += is_debug=false
- }
-
gn_args += "qtwebengine_target=\"$$system_path($$OUT_PWD/$$getConfigDir()):QtWebEngineCore\""
!qtConfig(webengine-system-gn) {