Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.14.0 Beta2
Description
If a .pro file contains
ANDROID_EXTRA_LIBS like:
ANDROID_EXTRA_LIBS += \
$$PWD/arm/libcrypto.so \
$$PWD/arm/libssl.so \
$$PWD/arm64/libcrypto.so \
$$PWD/arm64/libssl.so
the generated list.xml file contains <item> tags without </item>
tag which leads to an error.
Picture attached with the code missing "</item>"
Attachments
Issue Links
- duplicates
-
QTBUG-79376 Invalid xml generated in libs.xml
-
- Closed
-