summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2014-01-31 17:39:19 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-06 23:55:11 +0100
commit6547d3305a872163158510cae5b8fc61efb8bca0 (patch)
tree8a51312a8c598207c53e1027169c52f0d214d06b /sync.profile
parent6b3569c2cb761afe4eba626067b7c686eda866e6 (diff)
downloadqtwebchannel-6547d3305a872163158510cae5b8fc61efb8bca0.tar.gz
Port code to QtWebSockets.
This removes the custom WebSocket server implementation and replaces it by a dependency on the QtWebSockets module. Sadly, the QtWebSocket module does not yet support custom protocols. Also, there is quite some boiler plate code required, something which I want to simplify upstream in the QtWebSockets module later. Change-Id: I8066418fb1857d23b8593c443bc9a98ded917a99 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
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" => "",