Skip to content
Snippets Groups Projects
Commit 35b96f2f authored by Christian Strømme's avatar Christian Strømme Committed by Christian Stromme
Browse files

Android: Detect conditional dependencies.


To solve the problem with libQt5MultimediaQuick_p we need a way to detect
if an application is using both QtMultimedia and QtQuick.
This change adds logic to parse the -dependencies.xml file and look for
lib elements that have the extra attribute "extends". Libs with the
extends attribute will only be added to the list of dependencies, if the
library it extends is available.

Task-number: QTCREATORBUG-9300
Change-Id: I6f3e0a6d9158a91824e1e113f6aab7ec1112dd56
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 1c6a3b9d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment