diff options
-rw-r--r-- | sync.profile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile index 7791f3b..de58c6e 100644 --- a/sync.profile +++ b/sync.profile @@ -5,8 +5,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", - "qtdeclarative" => "refs/heads/stable", - "qtjsbackend" => "refs/heads/stable", - "qtxmlpatterns" => "refs/heads/stable", + "qtbase" => "refs/heads/release", + "qtdeclarative" => "refs/heads/release", + "qtjsbackend" => "refs/heads/release", + "qtxmlpatterns" => "refs/heads/release", ); |