summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-07-31 10:42:44 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-07-31 17:46:32 +0200
commita2a8ded66e33db0313194bd23c7337f106c2140e (patch)
tree76741d6b78b4e424a7b331375cc1c28196be6a02 /sync.profile
parent8d965b71ad7ab8647955d4ff4865658da3db36ed (diff)
Depend on Qt 5.4
Several upcomming patches depend on Qt 5.4 (currently the dev branch). In addition Qt WebEngine will be released with Qt 5.4 and the stable branch in Qt is dead. Change-Id: I896c5716c18650b268a13a87b01749d6f3320eeb Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index a1f4dce41..2f3aab8c5 100644
--- a/sync.profile
+++ b/sync.profile
@@ -16,9 +16,9 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
- "qtxmlpatterns" => "refs/heads/stable",
+ "qtbase" => "refs/heads/dev",
+ "qtdeclarative" => "refs/heads/dev",
+ "qtxmlpatterns" => "refs/heads/dev",
# FIXME: take examples out into their own module to avoid a potential circular dependency later ?
- "qtquickcontrols" => "refs/heads/stable",
+ "qtquickcontrols" => "refs/heads/dev",
);