aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-01-05 10:46:37 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-10 13:47:47 +0100
commit6ffcd091511bed98fbc698262d42597722910a15 (patch)
tree886aa8ed0e724f186730962fd4315f104f6a763b
parent627bcb8a88f6c1be73b0bbd45f9488b37fd40e83 (diff)
Remove the pin to qtbase and depend on the new qtjsbackend module
This module contains our V8 dependency. Change-Id: I72b0b64fe61fe10139725d24711ea24a8a035eb4 Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
-rw-r--r--sync.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index e7b9d8e164..b55d2c974f 100644
--- a/sync.profile
+++ b/sync.profile
@@ -112,6 +112,7 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "7aeccb183a827e8504d7dd8614d1ca555caf61d9",
+ "qtbase" => "refs/heads/master",
"qtxmlpatterns" => "refs/heads/master",
+ "qtjsbackend" => "refs/heads/master",
);