Skip to content

Commit

Permalink
Depend on dev branch (Qt 5.1)
Browse files Browse the repository at this point in the history
For actions to work the components
will have to depend on the dev branch.

This mainly affects how tests are run.

Change-Id: Ic385647bd6e2f22cdfaa7d94ee6286346a8bea31
Reviewed-by: Sergio Ahumada <[email protected]>
  • Loading branch information
gladhorn authored and The Qt Project committed Jan 17, 2013
1 parent dadca9e commit f80cb1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sync.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
"qtbase" => "refs/heads/stable",
"qtdeclarative" => "refs/heads/stable",
"qtjsbackend" => "refs/heads/stable",
"qtxmlpatterns" => "refs/heads/stable",
"qtbase" => "refs/heads/dev",
"qtdeclarative" => "refs/heads/dev",
"qtjsbackend" => "refs/heads/dev",
"qtxmlpatterns" => "refs/heads/dev",
);

0 comments on commit f80cb1c

Please sign in to comment.