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.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'qtwebengine.pro') diff --git a/qtwebengine.pro b/qtwebengine.pro index 8604551a0..bc0151536 100644 --- a/qtwebengine.pro +++ b/qtwebengine.pro @@ -7,7 +7,6 @@ TEMPLATE = subdirs qmake_extras.subdir = build/qmake_extras # Phony pro files that generate gyp files. Will be built by ninja. -shared.depends = qmake_extras lib.depends = qmake_extras # API libraries @@ -29,11 +28,10 @@ sub_examples.depends = quick_plugin_lib quick_experimental_plugin_lib sub_tests.depends = quick_plugin_lib quick_experimental_plugin_lib # This is where we use the generated gypi files and run gyp_qtwebengine -build.depends = resources shared lib +build.depends = resources lib SUBDIRS += qmake_extras \ resources \ - shared \ lib \ process \ build \ -- cgit v1.2.3