aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-24 19:34:42 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-24 19:34:42 +0100
commit1895642450f0d798ede50cd5bf9398cdf15d686c (patch)
tree5906f68d247116e8ad194838bc95a48de6e7484c
parent2622247a0c68a785a794033957e88224063e9c47 (diff)
parent389bfef95d5002c08769e63bff33d7cce8597c4d (diff)
Merge remote-tracking branch 'origin/5.6' into 5.75.7
-rw-r--r--sync.profile10
1 files changed, 0 insertions, 10 deletions
diff --git a/sync.profile b/sync.profile
index fdafa78..1912e5b 100644
--- a/sync.profile
+++ b/sync.profile
@@ -3,13 +3,3 @@
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
-# 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" => "",
-);