summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-24 19:37:51 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-24 19:37:51 +0100
commit1433d3461c00ce7c132e8dad22847281d6c13b97 (patch)
tree9973e47af9739c6f5c92d932b19a80d71a9c7450 /sync.profile
parent89dbcc4f807015736a8ce3393b857735019d098d (diff)
parent4dc384b7ae2b944d7d7c28c566abe52bce825502 (diff)
downloadqtxmlpatterns-1433d3461c00ce7c132e8dad22847281d6c13b97.tar.gz
Merge remote-tracking branch 'origin/5.6' into 5.75.7
Change-Id: I71b83950080f0bd18f2bafbb675816a50fa06a28
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" => "",
-);