summaryrefslogtreecommitdiff
path: root/qtwebengine.pro
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.pro
parent4874b4c0cff423aae073d8bf15d726cbb92061e4 (diff)
downloadqtwebengine-b69da78438492af157bb03d5d76a701538db5470.tar.gz
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.pro')
-rw-r--r--qtwebengine.pro4
1 files changed, 1 insertions, 3 deletions
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 \