From 259b31566013b078d7658115eddae61514594946 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 20 Mar 2018 14:11:48 +0100 Subject: 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 --- src/core/gn_run.pro | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core/gn_run.pro') 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) { -- cgit v1.2.3