##// END OF EJS Templates
Depend directly on 5.6 branch...
Titta Heikkala -
r2844:fb37c77c7958
parent child
Show More
@@ -13,7 +13,6
13 # - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
13 # - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
14 #
14 #
15 %dependencies = (
15 %dependencies = (
16 "qtbase" => "refs/heads/stable",
16 "qtbase" => "refs/heads/5.6",
17 "qtquick1" => "refs/heads/stable",
17 "qtdeclarative" => "refs/heads/5.6",
18 "qtdeclarative" => "refs/heads/stable",
19 );
18 );
General Comments 0
You need to be logged in to leave comments. Login now