Remove the pin to qtbase and depend on the new qtjsbackend module
authorSimon Hausmann <simon.hausmann@nokia.com>
Thu, 5 Jan 2012 09:46:37 +0000 (10:46 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 10 Jan 2012 12:47:47 +0000 (13:47 +0100)
This module contains our V8 dependency.

Change-Id: I72b0b64fe61fe10139725d24711ea24a8a035eb4
Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
sync.profile

index e7b9d8e..b55d2c9 100644 (file)
 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
 #
 %dependencies = (
 #   - 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",
         "qtxmlpatterns" => "refs/heads/master",
+        "qtjsbackend" => "refs/heads/master",
 );
 );