summaryrefslogtreecommitdiffstats
path: root/blinq.gypi
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-10 16:51:06 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-10 18:11:18 +0200
commitc373b6ca6c3bc2597a54cecffd409ea84798905f (patch)
tree09f6067d368eeb8223553b3ac4a5254f4ace6547 /blinq.gypi
parent83a2bc6d446387d25fd10164e87627c9d49878eb (diff)
Fix undefined symbols in debug builds.
process uses the same code as lib and decides at runtime which code to run. Fix the debug build by making sure that all infrastructure code is available in both process and lib by building common code not shared directly through chromium sources in a separate static lib.
Diffstat (limited to 'blinq.gypi')
-rw-r--r--blinq.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/blinq.gypi b/blinq.gypi
index 58346a323..96e15277f 100644
--- a/blinq.gypi
+++ b/blinq.gypi
@@ -32,6 +32,7 @@
'<(chromium_src_dir)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_test_support',
],
'include_dirs': [
+ '<(qtwebengine_src_dir)',
'<(chromium_src_dir)',
],
'msvs_settings': {