From fd61d752e313bf91a09c85020b3fb50067c610c8 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Tue, 19 Nov 2013 17:55:49 +0100 Subject: Moving sources to src part 1: Move files. This only move files without adjusting any paths. This moves: - lib/quick -> src/webengine/api (API files) lib/quick -> src/webengine (other files) This contains the main QtWebEngine module library since . - lib/widgets -> src/webenginewidgets Also rename this directory to match its module name and rename Api to api. - lib -> src/core - process -> src/process - resources -> src/core/resources - tools/* -> tools/scripts/ The build directory is spread as follow: - build/build.pro -> src/core/gyp_run.pro - build/qmake_extras/* -> src/core/ (for the host and target .pro files) - build/qmake -> tools/qmake - Build related scripts -> tools/buildscripts Change-Id: I0cded1de772c99c0c1da6536c9afea353236b4a1 Reviewed-by: Zeno Albisser Reviewed-by: Pierre Rossi Reviewed-by: Andras Becsi --- lib/quick/plugin/qmldir | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 lib/quick/plugin/qmldir (limited to 'lib/quick/plugin/qmldir') diff --git a/lib/quick/plugin/qmldir b/lib/quick/plugin/qmldir deleted file mode 100644 index e24f55ed9..000000000 --- a/lib/quick/plugin/qmldir +++ /dev/null @@ -1,3 +0,0 @@ -module QtWebEngine -plugin qtwebengineplugin -typeinfo plugins.qmltypes -- cgit v1.2.3