summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-04-09 10:46:26 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-04-16 13:36:27 +0000
commit272c44825ec8f9a161d9782bcfa2baf8a6bbefb3 (patch)
treedfafc2ca1d41399819c46dea18a75e655d50f888
parent18e3d741c3526978cdacc88bc260d250918d2080 (diff)
Remove stable branch from qtpim/dev sync.profile
The stable branches are no longer. Change-Id: I45654b499409f3b1f5892d3b3287163817a3bef6 Reviewed-by: Christopher Adams <chris.adams@jollamobile.com>
-rw-r--r--sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 77a6e6680..ce22a79ae 100644
--- a/sync.profile
+++ b/sync.profile
@@ -13,7 +13,7 @@
# - 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",
+ "qtbase" => "",
+ "qtxmlpatterns" => "",
+ "qtdeclarative" => "",
);