summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2013-02-03 13:20:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-05 11:09:42 +0100
commitdb62c0da3474d4bd1755dfb42e9f94cb333fffff (patch)
tree01838b6cf50bb064fa6e18f70d77bef8c5299cea
parent479c0ce877a4d43a2e86f59d70cf8b01ff3f8a70 (diff)
downloadqtx11extras-db62c0da3474d4bd1755dfb42e9f94cb333fffff.tar.gz
qtx11extras: updating sync.profile to point to qtbase dev
Change-Id: I40396034c6c132a76c6fd6c0247cc2515cb5a8bd Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 1dd5fb2..5c26694 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/stable",
+ "qtbase" => "refs/heads/dev",
);