summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-03 18:12:01 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-06 11:47:29 +0000
commit6c248da9fc6715ed5bf26cb4105792e0b0964da0 (patch)
treeffb041073e15f0a01a3f70cf4c6dda04e59dea5c
parent8206e216c1e9fbe3fd5c7c221d2e471523fd76f7 (diff)
remove dependencies from sync.profile
the CI obtains them from the qt5 super repo nowadays. Change-Id: If4ad33246234c8d579e6c4f8c3acd9e5981de0ec Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-rw-r--r--sync.profile13
1 files changed, 0 insertions, 13 deletions
diff --git a/sync.profile b/sync.profile
index f30e4f81a..e871e6771 100644
--- a/sync.profile
+++ b/sync.profile
@@ -12,16 +12,3 @@
# Force generation of camel case headers for classes inside Qt3D* namespaces
$publicclassregexp = "Qt3D.*::.+";
-
-# 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" => "",
- "qtxmlpatterns" => "",
- "qtdeclarative" => "",
- "qtimageformats" => "",
-);