summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-25 08:59:08 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-25 08:59:23 +0100
commit5f2221bdac629eca265f193ec646c98c850717fd (patch)
tree30f6078a9115026960431601d02898b8229723c1
parentcedca298f081e1c1cdac615eed6171fe687f35e2 (diff)
parente447818458c9211e95ee5e75e294f76b6abf32d4 (diff)
downloadqtenginio-5f2221bdac629eca265f193ec646c98c850717fd.tar.gz
Merge remote-tracking branch 'origin/5.6' into 5.75.7
Change-Id: I5195708933af0783b51c03c27b3f705f4fb87d5c
-rw-r--r--sync.profile13
1 files changed, 0 insertions, 13 deletions
diff --git a/sync.profile b/sync.profile
index 8e2728b..c35a5c9 100644
--- a/sync.profile
+++ b/sync.profile
@@ -3,16 +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" => "",
- "qtdeclarative" => "",
- "qtxmlpatterns" => "",
-);
-