aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-03-06 15:03:28 +0100
committerJari-Pekka Nurmi <jpnurmi@theqtcompany.com>2015-03-09 11:01:44 +0200
commite9398b7465c7df38876d0c6528ea5c42bbd8bf6a (patch)
treeb9c9a4c50bf1f39219c85cb9b4388663400d68ca /sync.profile
parent4ade7271dffdbb353e9ae1701cf2794b92eaa23b (diff)
Add sync.profile
Change-Id: Ibf6efe4fb57ae75ef846474e47a6f800793abf7a Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 7442fc4d..086cc576 100644
--- a/sync.profile
+++ b/sync.profile
@@ -13,7 +13,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" => "",
- "qtdeclarative" => "",
- "qtxmlpatterns" => "",
+ "qtbase" => "dev",
+ "qtxmlpatterns" => "dev",
+ "qtdeclarative" => "dev",
);