From a2a8ded66e33db0313194bd23c7337f106c2140e Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 31 Jul 2014 10:42:44 +0200 Subject: 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 --- sync.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sync.profile') 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", ); -- cgit v1.2.3