summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-03 18:23:23 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-06 11:48:31 +0000
commit2f7093a2497a9efb38035521c082ed590968c508 (patch)
treea109b5c803ec1de4a564ffe10b8240020aa65130
parentb4eb16b7ffd7d281610765eab4332036d7d8f81c (diff)
downloadqtscript-2f7093a2497a9efb38035521c082ed590968c508.tar.gz
remove dependencies from sync.profile
the CI obtains them from the qt5 super repo nowadays. Change-Id: If665f5707aee126ebaffa0b6340a6229b35b1c43 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-rw-r--r--sync.profile11
1 files changed, 0 insertions, 11 deletions
diff --git a/sync.profile b/sync.profile
index 7a267d4..2ed8e60 100644
--- a/sync.profile
+++ b/sync.profile
@@ -4,14 +4,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" => "",
-);
-