Re: [Development] How to use ANDROID_EXTRA_PLUGINS property in qmake projects

2018-01-19 Thread Denis Shienkov
I have found a solution and have updated the bug, where I added a source project with correct solution: https://bugreports.qt.io/browse/QTBUG-65864 Maybe it will helps to anybody else. PS: Needs to extend a doc about using of the ANDROID_EXTRA_PLUGINS anyway... PS2: Also, the qmake copies this

[Development] How to use ANDROID_EXTRA_PLUGINS property in qmake projects

2018-01-19 Thread Denis Shienkov
Hi all. I have created a custom qt-positioning plugin, which just every second provides a new fake position/coordinate. This plugin work perfectly e.g. on Windows, but it does not work on Android, as it does not loaded, because it wrongly deployed to APK file. I have read about the ANDROID_EXTR