summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
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",
+);