sync.profile: Point dependencies to an empty string again
authorSergio Ahumada <sergio.ahumada@digia.com>
Tue, 6 Aug 2013 18:23:59 +0000 (20:23 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 6 Aug 2013 20:04:11 +0000 (22:04 +0200)
Change-Id: Ia39c708722ad99b43d3aa2541eb22524ff819ebb
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
sync.profile

index 72c9ce5..3efcbca 100644 (file)
@@ -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" => "",
 );