summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2015-02-17 15:23:07 +0100
committerSergio Ahumada <sahumada@texla.cl>2015-02-18 09:01:39 +0000
commite3974a9e51fbc6212b36d4644699493959439d2a (patch)
tree70b7d7d4ffe1258ed28af823f80300c31f639214
parenta6c4fd60948210779f5f2efac962b03ae5b8d69b (diff)
Update sync.profile
make qt3d's dependencies use the same branch as qt3d Change-Id: I8648092da71d040b135678b5a93b5d815023b537 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
-rw-r--r--sync.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index 03d989cb7..9b41a074d 100644
--- a/sync.profile
+++ b/sync.profile
@@ -23,8 +23,8 @@ $publicclassregexp = "Qt3D::.+";
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/dev",
- "qtxmlpatterns" => "refs/heads/dev",
- "qtdeclarative" => "refs/heads/dev",
- "qtimageformats" => "refs/heads/dev",
+ "qtbase" => "",
+ "qtxmlpatterns" => "",
+ "qtdeclarative" => "",
+ "qtimageformats" => "",
);