From 1c5e30928bd3ec31747276ff60940ec144a2cc16 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Mon, 18 Nov 2013 14:23:25 +0100 Subject: Moving sources to src part 2: Adjust paths. NOTE: To build after this you should rerun init-repository.py or run $> git submodule sync $> git submodule update $> git config qtwebengine.chromiumsrcdir src/3rdparty This makes everything build by adjusting paths. Other mixed-in changes: - Rename qtwebengine_src variables in scripts to qtwebengine_root to avoid confusion. - Cleanup the release and debug extra targets that were in lib.pro. This file has also been split into src.pro and core.pro. Change-Id: Ieee9158a65f526b15244eaca59e779b7069d337e Reviewed-by: Zeno Albisser Reviewed-by: Pierre Rossi --- sync.profile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index a08c3d9c5..a1f4dce41 100644 --- a/sync.profile +++ b/sync.profile @@ -1,9 +1,10 @@ %modules = ( # path to module name map - "QtWebEngine" => "$basedir/lib/quick", - "QtWebEngineWidgets" => "$basedir/lib/widgets", + "QtWebEngine" => "$basedir/src/webengine", + "QtWebEngineWidgets" => "$basedir/src/webenginewidgets", ); %moduleheaders = ( # restrict the module headers to those found in relative path - "QtWebEngineWidgets" => "Api", + "QtWebEngine" => "api", + "QtWebEngineWidgets" => "api", ); %classnames = ( ); -- cgit v1.2.1