From b69da78438492af157bb03d5d76a701538db5470 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Wed, 20 Nov 2013 16:18:11 +0100 Subject: 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 --- qtwebengine.gyp | 1 - 1 file changed, 1 deletion(-) (limited to 'qtwebengine.gyp') 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:*', ], } -- cgit v1.2.3