Pin qtdeclarative to a version of qtbase that still contains QtV8
authorSimon Hausmann <simon.hausmann@nokia.com>
Thu, 5 Jan 2012 09:45:37 +0000 (10:45 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 9 Jan 2012 10:59:28 +0000 (11:59 +0100)
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>
sync.profile

index 22e3de1..e7b9d8e 100644 (file)
 #   - 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",
 );