Androiddeployqt does not add QtQuick modules, required by dependency project (.pri)
-
Hi there.
Not sure if this is a bug, but I have the following problem on the latest Qt 5.4.0 for Android.
My QtQuick application includes an external project via .pri file. That external project uses QtGraphicalEffects, my project doesn't use them explicitly.
When I run androiddeplyqt "as is", it yields an apk file without the QtGraphicalEffects, and I get exceptions when trying to run that apk.
But if I explicitly "import QtGraphicalEffects 1.0" in my main.qml file, androiddeployqt does add the needed modules and everything works fine.The question is - are there any options for androiddeplyqt for scanning dependency .pri files, or is it a bug?
Thanks.