Commit a6ac2fdd authored by Pierre Rossi's avatar Pierre Rossi
Browse files

Fixup sync.profile


We shouldn't hardcode to a particular branch there.

Change-Id: I9cab855363cfaaa3d8d31879b0c459697a4a6f4c
Reviewed-by: default avatarAndras Becsi <andras.becsi@theqtcompany.com>
Showing with 4 additions and 4 deletions
......@@ -16,9 +16,9 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
"qtbase" => "refs/heads/dev",
"qtdeclarative" => "refs/heads/dev",
"qtxmlpatterns" => "refs/heads/dev",
"qtbase" => "",
"qtdeclarative" => "",
"qtxmlpatterns" => "",
# FIXME: take examples out into their own module to avoid a potential circular dependency later ?
"qtquickcontrols" => "refs/heads/dev",
"qtquickcontrols" => "",
);
Supports Markdown
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