summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-03 18:26:58 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-06 11:47:35 +0000
commitc98c779c6474af2f7c347957c6eac4f5e217b988 (patch)
treecf5026e1a328a5dd68b7ae6d587e19eba7a35099
parent61e1c61facaf2cd8194cd9db7413c63c56b2362a (diff)
remove dependencies from sync.profile
the CI obtains them from the qt5 super repo nowadays. Change-Id: Ibb84dc3a77982a0728586fb52ee48b60c9a6f13e Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-rw-r--r--sync.profile12
1 files changed, 0 insertions, 12 deletions
diff --git a/sync.profile b/sync.profile
index d35d109..91bb6a1 100644
--- a/sync.profile
+++ b/sync.profile
@@ -3,15 +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" => "",
- "qtwebengine" => "",
-);