summaryrefslogtreecommitdiffstats
path: root/build/build.pro
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-11 16:45:53 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-11 16:45:53 +0200
commit4ef8f47fc55197fc8b90a1f43f87d8aba5c66ffa (patch)
treeb2a60ea38ae7240447d28cdd5d943ecc24a14dde /build/build.pro
parente67c21a033121618bfe4cf62686d009d0bacd8c3 (diff)
Rename remaining references of blinq to QtWebEngine.
Diffstat (limited to 'build/build.pro')
-rw-r--r--build/build.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.pro b/build/build.pro
index 0c3c87ba3..a2fa634e6 100644
--- a/build/build.pro
+++ b/build/build.pro
@@ -1,11 +1,11 @@
# This .pro file serves a dual purpose:
-# 1) invoking gyp through the gyp_blinq script, which in turn makes use of the generated gypi include files
+# 1) invoking gyp through the gyp_qtwebengine script, which in turn makes use of the generated gypi include files
# 2) produce a Makefile that will run ninja, and take care of actually building everything.
TEMPLATE = aux
message(Running Gyp...)
-GYP_OUTPUT = $$system(./gyp_blinq)
+GYP_OUTPUT = $$system(./gyp_qtwebengine)
message($$GYP_OUTPUT)
ninja.target = ninja