aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-08-06 20:23:59 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-06 22:04:11 +0200
commitb80db2ddbec9a70d79e2f339ea557d4fb6976642 (patch)
tree01704d2c4baa0ebfbe2bdf8508fd1f42ed0e372f
parentf1b9ba8c6ee6b991ef4e513bc4f39045fd55d1e6 (diff)
sync.profile: Point dependencies to an empty string again
Change-Id: Ia39c708722ad99b43d3aa2541eb22524ff819ebb Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
-rw-r--r--sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 72c9ce5fa1..3efcbca8e1 100644
--- a/sync.profile
+++ b/sync.profile
@@ -18,7 +18,7 @@
# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/dev",
- "qtxmlpatterns" => "refs/heads/dev",
- "qtjsbackend" => "refs/heads/dev",
+ "qtbase" => "",
+ "qtxmlpatterns" => "",
+ "qtjsbackend" => "",
);