aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-03 18:12:33 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-05 21:04:49 +0000
commit389bfef95d5002c08769e63bff33d7cce8597c4d (patch)
treed700b7a19d052aa4dd726bd1ef84b86aba92fe03
parentd973d761c5722ee21106f84ca5db89bb58c103d1 (diff)
remove dependencies from sync.profile
the CI obtains them from the qt5 super repo nowadays. Change-Id: I07ca9907ddf15527804027070f38a9156b93ca6d Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-rw-r--r--sync.profile10
1 files changed, 0 insertions, 10 deletions
diff --git a/sync.profile b/sync.profile
index fdafa78..1912e5b 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" => "",
-);