summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-24 19:37:11 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-24 19:37:11 +0100
commit410b6b529cc6ee9236ee29fcdff4a03ad8670fe9 (patch)
treed75f2ff444e4b174938a3e073f47c6d1d7c60cc7 /sync.profile
parent83fe59a86cceb94695ac85211b4ededb08bc5949 (diff)
parent4704ecbf79053f2e1cde3c869b03c769be6ef207 (diff)
downloadqtsvg-5.7.tar.gz
Merge remote-tracking branch 'origin/5.6' into 5.75.7
Change-Id: Ibcca419da389fc7538ee050de7c59e8b400e1978
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" => "",
-);