From 4874b4c0cff423aae073d8bf15d726cbb92061e4 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Wed, 20 Nov 2013 15:15:32 +0100 Subject: Make QtWebEngineProcess a slim executable. Move all the process code in the core library and let the later simply call its QtWebEngine::processMain exported function from its main. This also allows us building QtWebEngineProcess directly with qmake without going through gyp. Change-Id: I8df36510d0bf14e313918bef807e2118f1ecadd5 Reviewed-by: Andras Becsi --- qtwebengine.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qtwebengine.pro') diff --git a/qtwebengine.pro b/qtwebengine.pro index 71396207a..8604551a0 100644 --- a/qtwebengine.pro +++ b/qtwebengine.pro @@ -9,7 +9,6 @@ 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 -process.depends = qmake_extras # API libraries webengine_lib.subdir = lib/quick @@ -25,11 +24,12 @@ widgets_lib.subdir = lib/widgets widgets_lib.target = sub-widgets-lib widgets_lib.depends = build +process.depends = build 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 process +build.depends = resources shared lib SUBDIRS += qmake_extras \ resources \ -- cgit v1.2.3