Commit cc86c2ad authored by J-P Nurmi's avatar J-P Nurmi Committed by The Qt Project
Browse files

sync.profile: update module dependencies


qtwinextras contains optional QML types, so it optionally depends on
qtdeclarative, and has qtxmlpatterns and qtjsbackend as indirect
dependencies. Furthermore, use an empty string to use the same branch
under test.

Change-Id: I06180b7b523cf1b6c3c15764482e185433d5e32f
Reviewed-by: default avatarSergio Ahumada <sergio.ahumada@digia.com>
parent e3660728
No related merge requests found
Showing with 4 additions and 1 deletion
...@@ -3,5 +3,8 @@ ...@@ -3,5 +3,8 @@
); );
%dependencies = ( %dependencies = (
qtbase => "refs/heads/stable" "qtbase" => "",
"qtdeclarative" => "",
"qtxmlpatterns" => "",
"qtjsbackend" => "",
); );
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