summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-09-05 15:37:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-01 16:19:13 +0200
commitbe550a2b9dcd13fa9cefecfcccdfa3fc84abe4b4 (patch)
tree21d8500a7bcc7e5d757b48fbcb8aabfcc016263d /qtwebengine.pro
parentf2540f3285a8810700e5dc21e768b9fe100cf086 (diff)
Rename findNinja to findOrBuildNinja and fail early if gyp fails
We should not not use the $$ syntax to collect the output of the gyp call instead we should just fail with an error in case gyp_qtwebengine fails. Change-Id: Ib6218bdfb998100a3717470713ed5bf5f30db339 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'qtwebengine.pro')
-rw-r--r--qtwebengine.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtwebengine.pro b/qtwebengine.pro
index 5a54df17e..5db155c26 100644
--- a/qtwebengine.pro
+++ b/qtwebengine.pro
@@ -22,7 +22,7 @@ qtHaveModule(widgets) {
SUBDIRS += examples
# Ninja executable location needs to be determined early for extra targets. Should be fetched from cache most of the time anyway.
-NINJA_EXECUTABLE = $$findNinja()
+NINJA_EXECUTABLE = $$findOrBuildNinja()
# Extra targets that invoke ninja on the desired configuration added for convenience
release.target = release