Details
Description
My product is a QtGuiApplication in which I have the following:
version: "1.9"
This causes a problem in the generated APK file, because the main binary used to start the application is libmappero.so.1.9.0, which for some reason Android cannot load. If I remove the version line from my qbs file, then the generated binary is libmappero.so and the application starts correctly.