summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-26 12:56:58 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-26 12:56:58 +0100
commit594ad16ae17072a44219228783f2ae051f88eba0 (patch)
tree4b62887b3944b4684164487464e432fb84650114 /sync.profile
parent977d0fb3f0bf776e2aad3c8ff795115ce62909ff (diff)
parent1433d3461c00ce7c132e8dad22847281d6c13b97 (diff)
downloadqtxmlpatterns-594ad16ae17072a44219228783f2ae051f88eba0.tar.gz
Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-rc1
Change-Id: Ib366f5432976104caca78f57e02990e6b91c61e2
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 675c687..45a2b44 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" => "",
-);