Skip to content

Commit

Permalink
Remove the pin to qtbase and depend on the new qtjsbackend module
Browse files Browse the repository at this point in the history
This module contains our V8 dependency.

Change-Id: I72b0b64fe61fe10139725d24711ea24a8a035eb4
Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
  • Loading branch information
Simon Hausmann authored and Qt by Nokia committed Jan 10, 2012
1 parent 627bcb8 commit 6ffcd09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sync.profile
Expand Up @@ -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",
);

0 comments on commit 6ffcd09

Please sign in to comment.