summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2012-11-12 11:14:04 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2012-11-12 10:43:31 +0100
commit3da733a071cc13ef809333d452675bf025962cb4 (patch)
tree61e22d5bd47b5a0a3fd36672b838b4393249dae3 /sync.profile
parentef23bdd7a3a34e98301243409fdfe206efc46bf6 (diff)
downloadqtquickcontrols-3da733a071cc13ef809333d452675bf025962cb4.tar.gz
Update sync.profile - List also all indirect dependencies.
Apparently sync.profile needs to list also all indirect dependencies, i.e. the dependecies needed to build qtdeclarative. Change-Id: I214ed83226cbc24007ebc3300f011f8538cea30c Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index a1660490..28dcdcba 100644
--- a/sync.profile
+++ b/sync.profile
@@ -12,4 +12,6 @@
%dependencies = (
"qtbase" => "refs/heads/master",
"qtdeclarative" => "refs/heads/master",
+ "qtjsbackend" => "refs/heads/master",
+ "qtxmlpatterns" => "refs/heads/master",
);