summaryrefslogtreecommitdiffstats
path: root/qtwebengine.gyp
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-11-20 16:18:11 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-21 13:21:19 +0100
commitb69da78438492af157bb03d5d76a701538db5470 (patch)
tree05e36a9ca84a86400897400a3c10e27648a675c1 /qtwebengine.gyp
parent4874b4c0cff423aae073d8bf15d726cbb92061e4 (diff)
Get rid of the intermediate "shared" static library.
It is not necessary anymore since QtWebEngineProcess dynamically links to the core library which will now contain those symbols. Change-Id: I3475347bab41a00b943f934a5e341326c66dc726 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'qtwebengine.gyp')
-rw-r--r--qtwebengine.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qtwebengine.gyp b/qtwebengine.gyp
index f7cabf26a..0ddf816da 100644
--- a/qtwebengine.gyp
+++ b/qtwebengine.gyp
@@ -4,7 +4,6 @@
'target_name': 'qtwebengine',
'type': 'none',
'dependencies': [
- 'shared/shared.gyp:*',
'lib/lib.gyp:*',
],
}