Revert "Temporarily pin qtbase to a working version..."

This reverts commit 57c81a2b4b67bc001a28060527325f4016e42ffb

qtbase should be fixed now

Change-Id: I8179509d7549955ee9f78b3213f59c3a1f5e5c59
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Simon Hausmann 2013-09-03 09:16:51 +02:00 committed by The Qt Project
parent ea0ea907ed
commit a0bdeacd5e
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@
# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
#
%dependencies = (
"qtbase" => "9de144f4b15b1b97d55922e3e0bc846080c5bb62",
"qtbase" => "",
"qtxmlpatterns" => "",
);