Follow Qt 5.6 branch

Change-Id: I7847f592cb5d69b8b6ddf03f11a285d64dbce00c
Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
This commit is contained in:
Jędrzej Nowacki 2015-10-16 11:18:52 +02:00 committed by Miikka Heikkinen
parent 981213f0ad
commit 22d919936d
1 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
"qtbase" => "refs/heads/stable",
"qtdeclarative" => "refs/heads/stable",
"qtbase" => "refs/heads/5.6",
"qtdeclarative" => "refs/heads/5.6",
);