Unpin qtbase in preperation for merge to stable

Change-Id: I833937c85269dfaca7f28fd06c3f55729037b800
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
Tor Arne Vestbø 2014-02-17 16:43:43 +01:00 committed by The Qt Project
parent 10ca1b7d2f
commit a65b878562
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,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" => "70f4bf1a487aa56e9667b92f420926e353ba7862",
"qtbase" => "",
"qtxmlpatterns" => "",
);