aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-08-02 11:31:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-02 16:20:19 +0200
commitcc86c2ad7830431d0e6ae0a5d1ab75bb6c919c75 (patch)
tree314b8a652374b798451b1ed6d25afa1645a3d0fe /sync.profile
parente36607280f68bd6abe1d14fc3c4757c4c71c3066 (diff)
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>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile5
1 files changed, 4 insertions, 1 deletions
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" => "",
);