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.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/gn_run.pro b/src/core/gn_run.pro
index 12df5d526..07635d04c 100644
--- a/src/core/gn_run.pro
+++ b/src/core/gn_run.pro
@@ -35,7 +35,6 @@ build_pass|!debug_and_release {
gn_binary = gn
runninja.target = run_ninja
- rungn.target = run_gn
gn_args = $$gnArgs()
@@ -52,11 +51,9 @@ build_pass|!debug_and_release {
gn_args = $$shell_quote($$gn_args)
gn_src_root = $$shell_quote($$shell_path($$QTWEBENGINE_ROOT/$$getChromiumSrcDir()))
gn_build_root = $$shell_quote($$shell_path($$OUT_PWD/$$getConfigDir()))
- rungn.commands = $$runGn($$gn_binary gen $$gn_build_root --args=$$gn_args --root=$$gn_src_root)
- QMAKE_EXTRA_TARGETS += rungn
+ $$runGn($$gn_binary gen $$gn_build_root --args=$$gn_args --root=$$gn_src_root)
runninja.commands = $$NINJA \$\(NINJAFLAGS\) -C $$gn_build_root QtWebEngineCore
- runninja.depends += rungn
QMAKE_EXTRA_TARGETS += runninja
build_pass:build_all: default_target.target = all