aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-03 18:27:10 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-06 11:47:33 +0000
commit0ea8b50500c27aabce83de55d02935ea6faaaeec (patch)
tree800ac793f2e438e2d8e69c76137d48db7d566c2e
parent9ca1e678976d06d23b236011a3a55a025a272320 (diff)
remove dependencies from sync.profile
the CI obtains them from the qt5 super repo nowadays. Change-Id: I080afda6eecd7af34d9cefd97dfd76913a636f62 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-rw-r--r--sync.profile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sync.profile b/sync.profile
index ea800ca..4a980a7 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,9 +1,3 @@
%modules = (
"QtWinExtras" => "$basedir/src/winextras",
);
-
-%dependencies = (
- "qtbase" => "",
- "qtdeclarative" => "",
- "qtxmlpatterns" => "",
-);