summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-08-03 12:07:04 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-11 07:48:27 +0200
commit6d75cac3bb22fff4df3af85c7b8fb8564d792c4e (patch)
tree829101793c67c0e2dcac05b48fe3d5389462a9cb /sync.profile
parentbeb834664fe929a3cd603f57a96e85d2b1b461a0 (diff)
downloadqttranslations-6d75cac3bb22fff4df3af85c7b8fb8564d792c4e.tar.gz
Add sync.profile
It appears to depend on qttools, so adding qttools and all its dependencies as dependencies of this module. Change-Id: Ia2afa5a0a0adaba6d02b3450a3f3b53c10af13f0 Reviewed-on: http://codereview.qt.nokia.com/2534 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile27
1 files changed, 27 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..d5bc39d
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,27 @@
+%modules = ( # path to module name map
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
+%classnames = (
+);
+%mastercontent = (
+);
+%modulepris = (
+);
+# 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",
+ "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",
+ "qttools" => "refs/heads/master",
+);