summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-26 12:56:53 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-26 12:56:53 +0100
commit177a8090fbe346ab34040acc60655dcb768ebf4f (patch)
tree2a2d368a21db5a6564a7a347642155e460a95a00 /sync.profile
parent0f91218091da69a81eb3e3336d1bdbe572a21908 (diff)
parentcd0535c2927f65b7b221c9c946b65147ae1c4dbe (diff)
downloadqtx11extras-177a8090fbe346ab34040acc60655dcb768ebf4f.tar.gz
Merge remote-tracking branch 'origin/5.7' into 5.8
Change-Id: Iff115b9216edf478b205832187565dcda4675af4
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 29a59d7..64f9e74 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" => "",
-);