summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-24 19:37:47 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-24 19:37:47 +0100
commitcd0535c2927f65b7b221c9c946b65147ae1c4dbe (patch)
tree2bbf87be486590e257bc4994cea19182c4db477a
parentd311bf931b60e91412bedd2751ad3a68095a7182 (diff)
parent94153d86a8c882b44f2523cca1cacdf3537e1283 (diff)
downloadqtx11extras-cd0535c2927f65b7b221c9c946b65147ae1c4dbe.tar.gz
Merge remote-tracking branch 'origin/5.6' into 5.75.7
Change-Id: I58bb550660a02040f7d01a30d81a635391cfc804
-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" => "",
-);