summaryrefslogtreecommitdiffstats
path: root/process
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-05-22 21:03:05 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-31 10:55:53 +0200
commit534c1b9e6c4204cd4fbccb77d1f26db124410ca4 (patch)
tree35a6b710a54a2e08fda1e172424ea14297492706 /process
parent18d0fc90d3faa65ad06bcbe4bb2a62436025534c (diff)
Rename gypi_gen to gyp_generator
technically it's more correct now that we don't even bother and generate the .gyp file directly.
Diffstat (limited to 'process')
-rw-r--r--process/process.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/process/process.pro b/process/process.pro
index b1b6a2611..d0b1ab9fe 100644
--- a/process/process.pro
+++ b/process/process.pro
@@ -1,7 +1,7 @@
# This is a dummy .pro file used to extract some aspects of the used configuration and feed them to gyp
# We want the gyp generation step to happen after all the other config steps. For that we need to prepend
-# our gypi_gen.prf feature to the CONFIG variable since it is processed backwards
-CONFIG = gypi_gen $$CONFIG
+# our gyp_generator.prf feature to the CONFIG variable since it is processed backwards
+CONFIG = gyp_generator $$CONFIG
TARGET = $$BLINQ_PROCESS_NAME
TEMPLATE = app