Commit 07aea54a authored by Alan Alpert's avatar Alan Alpert Committed by Qt by Nokia
Browse files

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: default avatarToby Tomkins <toby.tomkins@nokia.com>
parent df014e5f
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment