summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-03 18:25:19 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-06 11:47:41 +0000
commiteab2f568d80b870db07ad8e0cec352fa655a6eb8 (patch)
treeb0740cc73fa8f5f590d99d02517c1f6f3172f556
parent6bb3d98e47d89790049edca796843345b8fd3c8b (diff)
remove dependencies from sync.profile
the CI obtains them from the qt5 super repo nowadays. Change-Id: If41f7c5306ca739fd3800cec3f680fa72df2a871 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-rw-r--r--sync.profile16
1 files changed, 0 insertions, 16 deletions
diff --git a/sync.profile b/sync.profile
index e4a88e0c2..4cc549106 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,19 +10,3 @@
);
%classnames = (
);
-
-# 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)
-#
-%dependencies = (
- "qtbase" => "",
- "qtdeclarative" => "",
- "qtlocation" => "",
- "qttools" => "",
-# FIXME: take examples out into their own module to avoid a potential circular dependency later ?
- "qtquickcontrols" => "",
- "qtwebchannel" => "",
-);