summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2012-11-09 14:40:43 +0100
committerJens Bache-Wiig <jens.bache-wiig@digia.com>2012-11-09 16:09:50 +0100
commita51c36ffbd3dd67067d0d75bd6ad782e914784ef (patch)
tree582b8d801e9ec5e4844d2b571102d7f5b6d1b0f2 /sync.profile
parentf94d971b4c613290e625afe284e6b438edee804b (diff)
downloadqtquickcontrols-a51c36ffbd3dd67067d0d75bd6ad782e914784ef.tar.gz
Add sync.profile for CI
This file describes the build deps for desktop components. Change-Id: I12b6545bc0733b06193a062702f10bc4f2098843 Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 00000000..a1660490
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,15 @@
+%modules = ( # path to module name map
+ "QtDesktopComponents" => "$basedir",
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
+# 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",
+ "qtdeclarative" => "refs/heads/master",
+);