summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-26 12:56:04 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-26 12:56:04 +0100
commit51ef7e2e9877fbcc8ac0f7dc4d2f17b767b7e765 (patch)
tree5d93a54aa4245915d6fdc1dc3c8765d0dd2e8b6b /sync.profile
parentcb2aafdaa09e992982eb3aac318cfde38e65b2ac (diff)
parent410b6b529cc6ee9236ee29fcdff4a03ad8670fe9 (diff)
downloadqtsvg-51ef7e2e9877fbcc8ac0f7dc4d2f17b767b7e765.tar.gz
Merge remote-tracking branch 'origin/5.7' into 5.8
Change-Id: I43247261a4dc8badc4ad4f4d2137cdbd499f29db
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile10
1 files changed, 0 insertions, 10 deletions
diff --git a/sync.profile b/sync.profile
index e7d8f15..cd6c4bf 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" => "",
-);