Unpin qtbase in preperation for merge to stable
Change-Id: I833937c85269dfaca7f28fd06c3f55729037b800 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
parent
10ca1b7d2f
commit
a65b878562
|
@ -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)
|
# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
|
||||||
#
|
#
|
||||||
%dependencies = (
|
%dependencies = (
|
||||||
"qtbase" => "70f4bf1a487aa56e9667b92f420926e353ba7862",
|
"qtbase" => "",
|
||||||
"qtxmlpatterns" => "",
|
"qtxmlpatterns" => "",
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue