summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-12-12 09:48:59 +0100
committerLiang Qi <liang.qi@qt.io>2016-12-12 09:48:59 +0100
commit2856c5e52bdd2cb736d8394dd87a0726ea5fb560 (patch)
treea71e216d3ef7abd75647146284c91199c256bf13 /sync.profile
parent3246c09fa5dd9c9354be8ec7d41fa5d5a57f0d0e (diff)
parenteb74919884f14c0ceebb63d512768ea1c8823b84 (diff)
downloadqtsvg-2856c5e52bdd2cb736d8394dd87a0726ea5fb560.tar.gz
Merge remote-tracking branch 'origin/5.8' into dev
Change-Id: Iaac1c139f074e4e82267654a2fbfdcf0a3f5e71c
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" => "",
-);