summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-07-18 18:41:50 +0200
committerPierre Rossi <pierre.rossi@gmail.com>2013-07-18 19:03:10 +0200
commite02ce75d75bb679b334699ac1f72c605797d807d (patch)
treefb4f6d58c529d9608229c2eaf63d817c4666edc2 /sync.profile
parent60ea7e1b4e6225885b85bb3dd368eeef4de6a31e (diff)
Add sync.profile for handling dependencies in the Qt CI system.
Change-Id: I2df4d49ff0e4ed53a38bc666c59a6f4fb943eb46 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 000000000..24a6cba89
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,7 @@
+# A list of Qt dependencies to build QtWebEngine.
+%dependencies = (
+ "qtbase" => "refs/heads/stable",
+ "qtxmlpatterns" => "refs/heads/stable",
+ "qtjsbackend" => "refs/heads/stable",
+ "qtdeclartive" => "refs/heads/stable",
+);