summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-25 08:55:24 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-25 08:55:53 +0100
commit7524642b5d429a595bb38e6c7b61e326832d6a49 (patch)
treeca3f0b40d13614b61ffa722fab73e959e25ce844
parent1ac4ee240214a0e36b504fa1bcbc0c716d50620f (diff)
parent1dead935cd5a8082738d54157819f768f6ed42e3 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.75.7
-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
);