Skip to content

Commit

Permalink
Pin to a working qtbase SHA1
Browse files Browse the repository at this point in the history
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 <toby.tomkins@nokia.com>
  • Loading branch information
Alan Alpert authored and Qt by Nokia committed Mar 2, 2012
1 parent df014e5 commit 07aea54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.profile
Expand Up @@ -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",
);

0 comments on commit 07aea54

Please sign in to comment.