Commit 2124c165 authored by Sergio Ahumada's avatar Sergio Ahumada Committed by The Qt Project
Browse files

sync.profile: Point dependencies to 'refs/heads/dev'


We should test dev branches against dev branches only by default.
At some point we should automate the merges from release->stable->dev
and/or decide how to handle possible conflicts.

This is good enough for the time being.

Change-Id: I70b0244db87bd4a7023004bf50629bb790d6dfc2
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
parent 86545f4c
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -11,6 +11,6 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
"qtbase" => "refs/heads/master",
"qtbase" => "refs/heads/dev",
);
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment