point dependencies to 'release' branches
Change-Id: Iabbadc65f1cd3cd8c43f10971b0b5213e459c268 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
d13a7a1f89
commit
9a1e3164f9
@@ -20,8 +20,8 @@
|
||||
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
|
||||
#
|
||||
%dependencies = (
|
||||
"qtbase" => "refs/heads/stable",
|
||||
"qtxmlpatterns" => "refs/heads/stable",
|
||||
"qtdeclarative" => "refs/heads/stable",
|
||||
"qtjsbackend" => "refs/heads/stable",
|
||||
"qtbase" => "refs/heads/release",
|
||||
"qtxmlpatterns" => "refs/heads/release",
|
||||
"qtdeclarative" => "refs/heads/release",
|
||||
"qtjsbackend" => "refs/heads/release",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user