summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-26 13:07:19 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-26 13:07:25 +0100
commitf0898f83abdcacc8bd3bca3479884376b0963398 (patch)
tree6404392a54807e26218cbb39501d650e31cbbc57
parent1a839b50564782feac2e5dd439686c2a0ed7d985 (diff)
parent7524642b5d429a595bb38e6c7b61e326832d6a49 (diff)
downloadqtwebkit-examples-f0898f83abdcacc8bd3bca3479884376b0963398.tar.gz
Merge remote-tracking branch 'origin/5.7' into 5.85.8.0
Change-Id: I0599b461455d9247d04b659735ecbe5d93642156
-rw-r--r--sync.profile16
1 files changed, 1 insertions, 15 deletions
diff --git a/sync.profile b/sync.profile
index fd3db4d..6d035bc 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,16 +1,2 @@
-# Module dependencies.
-# Every module that is required to build this module should have one entry.
-# Each of the module version specifiers can take one of the following values:
-# - A specific Git revision.
-# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
-# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
-#
-%dependencies = (
- "qtbase" => "",
- "qtwebkit" => "",
- "qtscript" => "",
- "qtsvg" => "",
- "qtxmlpatterns" => "",
- "qtdeclarative" => "",
- "qttools" => "",
+%modules = ( # path to module name map
);