From: Alan Alpert Date: Fri, 2 Mar 2012 01:53:29 +0000 (+1000) Subject: Pin to a working qtbase SHA1 X-Git-Tag: qt-v5.0.0-alpha1~264 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07aea54a90c9bee45420893be1be9761a3a488d9;p=profile%2Fivi%2Fqtdeclarative.git Pin to a working qtbase SHA1 A bug with qmake was introduced which is impeding the compilation of modules we depend on. Use an older qtbase and qmake until this is fixed. Task-number: QTBUG-24608 Change-Id: I7f6f1f383d4c9339e5f4c699cb8900a3b1c776e3 Reviewed-by: Toby Tomkins --- diff --git a/sync.profile b/sync.profile index efde01d..0265d1d 100644 --- a/sync.profile +++ b/sync.profile @@ -31,7 +31,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" => "95c5be8bc1c8f9ff8e7f95e52a8abd3cd7976ba1", "qtxmlpatterns" => "refs/heads/master", "qtjsbackend" => "refs/heads/master", );