summaryrefslogtreecommitdiffstats
path: root/process
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-07-03 18:22:13 +0200
committerPierre Rossi <pierre.rossi@gmail.com>2013-07-04 19:16:55 +0200
commitdbade2bcd58b3fe44fa16f950d5cbcf0a61f7136 (patch)
treed1c1e19da93332c78d85272faa006e324338eb4e /process
parent0875045c9714fbac897a8b9f277bb1b1ccfef962 (diff)
Cleanup include mechanism
Add proper support for GYPINCLUDES in gyp_generation. Rename the exclusion gypi to a more generic name so we can use it for more intrusive changes (we'll need it for mac). Change-Id: Ie26f579c33d5e35b8c904fab9f448cde11bf0072 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'process')
-rw-r--r--process/process.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/process/process.pro b/process/process.pro
index 74227b2e2..11a7880f2 100644
--- a/process/process.pro
+++ b/process/process.pro
@@ -3,6 +3,7 @@
# our gyp_generator.prf feature to the CONFIG variable since it is processed backwards
CONFIG = gyp_generator $$CONFIG
GYPDEPENDENCIES += ../shared/shared.gyp:qtwebengine_shared
+GYPINCLUDES += ../qtwebengine.gypi
TARGET = $$QTWEBENGINEPROCESS_NAME
TEMPLATE = app