summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index 36c410b..da8a563 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,9 +11,10 @@
# - 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" => "",
+ "qtbase" => "stable",
+ "qtwebsockets" => "dev",
# optional dependencies:
- "qtdeclarative" => "",
+ "qtdeclarative" => "stable",
# TODO: disabled for now as it breaks CI builds on OSX
# requires changes to qtqa scripts as discussed with sifalt, sahumada, tronical
# "qtwebkit" => "",