I have already successfully deployed a QtWigets app to Android using PyQt5 and pyqtdeploy. However when I want to deploy a QML based app the app crashes. What I found out is that Qt5QuickTemplates2.so and Qt5QuickControls2.so are missing for the following QML snippet:
import Quick 2.0
import QuickControls 2.5
...
How can I declare these libraries in the project file?
There are no ckeckable entries in Qt section.
There is just QtQuick and QtQml.