aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-01-05 10:45:37 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-09 11:59:28 +0100
commit88bce0425979f80439d03862d49ef81a9422c5cf (patch)
tree73805cef1b6f1c3556be056307cd4b20f767625f /sync.profile
parent6b6d99c1a218f1c46ae0151a01575de6092ba9a7 (diff)
Pin qtdeclarative to a version of qtbase that still contains QtV8
This is a temporary measure until the new qtjsbackend module is fully in place. Change-Id: I5cfe277ee6a14680f378dd4d4c0f94dfa56fbac3 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 22e3de1e9e..e7b9d8e164 100644
--- a/sync.profile
+++ b/sync.profile
@@ -112,6 +112,6 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/master",
+ "qtbase" => "7aeccb183a827e8504d7dd8614d1ca555caf61d9",
"qtxmlpatterns" => "refs/heads/master",
);