From cc86c2ad7830431d0e6ae0a5d1ab75bb6c919c75 Mon Sep 17 00:00:00 2001 From: J-P Nurmi <jpnurmi@digia.com> Date: Fri, 2 Aug 2013 11:31:27 +0200 Subject: [PATCH] sync.profile: update module dependencies qtwinextras contains optional QML types, so it optionally depends on qtdeclarative, and has qtxmlpatterns and qtjsbackend as indirect dependencies. Furthermore, use an empty string to use the same branch under test. Change-Id: I06180b7b523cf1b6c3c15764482e185433d5e32f Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> --- sync.profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sync.profile b/sync.profile index eb2060f..826519e 100644 --- a/sync.profile +++ b/sync.profile @@ -3,5 +3,8 @@ ); %dependencies = ( - qtbase => "refs/heads/stable" + "qtbase" => "", + "qtdeclarative" => "", + "qtxmlpatterns" => "", + "qtjsbackend" => "", ); -- GitLab