summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-03-25 23:04:18 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-26 15:37:08 +0100
commitac283a8bc6954210624e8e98289318c695fa0a33 (patch)
tree7740caf4f5845e3a8886875330c3d60f84989583
parenta43c8f1f4dceb151d5c4d60bc1c5cf34962aa5a2 (diff)
downloadqtx11extras-ac283a8bc6954210624e8e98289318c695fa0a33.tar.gz
sync.profile: Point dependencies to 'refs/heads/stable'
This is a leftover from the master branch split into dev and stable. Change-Id: I342ea38c427ccabdf002cec4ea579d727fcff2a5 Reviewed-by: David Faure (KDE) <faure@kde.org>
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 5c26694..1dd5fb2 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,5 +10,5 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/dev",
+ "qtbase" => "refs/heads/stable",
);