summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile18
1 files changed, 15 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 260187a51..04d9f6813 100644
--- a/sync.profile
+++ b/sync.profile
@@ -33,8 +33,20 @@
"QtDesigner" => "$basedir/modules/qt_designer.pri",
"QtDesignerComponents" => "$basedir/modules/qt_designercomponents.pri",
);
+# 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" => "refs/heads/master",
- "qtsvg" => "refs/heads/master",
- "qtxmlpatterns" => "refs/heads/master",
+ "qtbase" => "refs/heads/master",
+ "qtscript" => "refs/heads/master",
+ "qtwebkit" => "refs/heads/qt-modularization-base",
+ "qtscript" => "refs/heads/master",
+ "qtsvg" => "refs/heads/master",
+ "qtxmlpatterns" => "refs/heads/master",
+ "qtdeclarative" => "refs/heads/master",
+ "qtphonon" => "refs/heads/master",
+ "qtactiveqt" => "refs/heads/master",
);