summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2015-05-07 09:57:08 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-05-15 13:03:44 +0000
commit3fdc5e31660d99a090b09c416a591a4b48a8f497 (patch)
treef065e7a019632c9d7d58f04d212d163d468a540d /sync.profile
parent96360b96af893d11204d3592dc2e65a2f2f5325f (diff)
Add sync.profile for qtqa
Change-Id: I86626bfe32683a4bf1340bcf906cf9166d6a0a9c Reviewed-by: Sergio Ahumada <sahumada@texla.cl> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 00000000..d7f2dce0
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,10 @@
+# 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)
+# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
+#
+%dependencies = (
+ "qtbase" => "refs/heads/dev",
+);