Commit b719b937 authored by Eskil Abrahamsen Blomfeldt's avatar Eskil Abrahamsen Blomfeldt Committed by The Qt Project
Browse files

Android: Make libQt5Xml.so a default dependency of Qt Svg


When we depend on Qt Svg, we probably also want to be able to
use the image formats plugin, which also depends on Qt Xml. To
make this possible, we add a default dependency on libQt5Xml.

Task-number: QTBUG-34586
Change-Id: I59fa54eabb2e4f71d6b89cc1b04b36b704154a9b
Reviewed-by: default avatarChristian Stromme <christian.stromme@digia.com>
No related merge requests found
Showing with 6 additions and 0 deletions
...@@ -53,3 +53,9 @@ contains(QT_CONFIG, system-zlib) { ...@@ -53,3 +53,9 @@ contains(QT_CONFIG, system-zlib) {
else: \ else: \
INCLUDEPATH += $$[QT_INSTALL_HEADERS/src]/QtZlib INCLUDEPATH += $$[QT_INSTALL_HEADERS/src]/QtZlib
} }
ANDROID_LIB_DEPENDENCIES = \
lib/libQt5Xml.so
ANDROID_BUNDLED_FILES += \
lib/libQt5Xml.so
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