Pin the qtbase SHA1
authorKent Hansen <kent.hansen@nokia.com>
Tue, 26 Jun 2012 12:13:09 +0000 (14:13 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 26 Jun 2012 16:48:07 +0000 (18:48 +0200)
Needed in order to get through
https://codereview.qt-project.org/#change,29193 in qtbase.
https://codereview.qt-project.org/#change,29194 adapts qtdeclarative
to the change.

Change-Id: Ibc5adbaf40a94e23cffb29177fff137e79efa7da
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
sync.profile

index d4f22c7..5109ec9 100644 (file)
@@ -38,7 +38,7 @@
 #   - 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" => "799f0841a6f22ccaa03f3673ba91ad7b40f20612",
         "qtxmlpatterns" => "refs/heads/master",
         "qtjsbackend" => "refs/heads/master",
 );