aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-03-02 11:53:29 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-02 03:01:16 +0100
commit07aea54a90c9bee45420893be1be9761a3a488d9 (patch)
treee5a7b859d5598a8801bcc292476218b7a72948df
parentdf014e5f3ea16dfaecb6852fbc2b2ab8351afafe (diff)
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 <toby.tomkins@nokia.com>
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index efde01d952..0265d1dbe9 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",
);