summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-23 19:49:36 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-27 10:10:42 +0000
commit786a5dc618eec51017cb0c65597da578c3ad960b (patch)
tree5876dfc022c086bab204852f3c42d3bf9bae4818 /sync.profile
parent51db93cf783662a155ced91dceef7508ffa955a6 (diff)
remove dependencies from sync.profile
the CI obtains them from the qt5 super repo nowadays. Change-Id: I7bb10a858bb3f920139fb7cd9ac2134885e4878d Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile12
1 files changed, 0 insertions, 12 deletions
diff --git a/sync.profile b/sync.profile
index acbc753..1a8e936 100644
--- a/sync.profile
+++ b/sync.profile
@@ -7,15 +7,3 @@
);
%deprecatedheaders = (
);
-# 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" => "",
-);