Re: [Interest] Qt 5.3.0 QML Android: how to deploy custom c++ plugin directory structure

2014-05-26 Thread Preet
On Sun, May 25, 2014 at 1:58 AM, Frédéric Martinsons frederic.martins...@sigfox.com wrote: I'm not sure to understand completely. You reproduce the directory structure after the build phase of your plugin in the qrc, build it manually and copy it to the android data dir ? Or you simply embed an

Re: [Interest] Qt 5.3.0 QML Android: how to deploy custom c++ plugin directory structure

2014-05-26 Thread Frédéric Martinsons
Ok then, I'll give it a try. It's prettier than my first method. Thanks Le 27 mai 2014 00:52, Preet prismatic.proj...@gmail.com a écrit : On Sun, May 25, 2014 at 1:58 AM, Frédéric Martinsons frederic.martins...@sigfox.com wrote: I'm not sure to understand completely. You reproduce the

[Interest] Qt 5.3.0 QML Android: how to deploy custom c++ plugin directory structure

2014-05-24 Thread Frédéric Martinsons
Hello Qt, I recently downloaded the last Qt release (5.3.0) and I try to porting my functional QML application to Android. I encountered a problem with integrating my custom c++ plugin into the APK. The directory structure I got on desktop is the following: MyProject/ MyBinary

Re: [Interest] Qt 5.3.0 QML Android: how to deploy custom c++ plugin directory structure

2014-05-24 Thread Jason H
Ive filed bugs against 3.0 and so the 3.1 creator should be working better, if they made it in. Note that the dynamic loader in android can only load libraries whose dependencies are already satisfied, unlike the real ld which will fetch and load dependencies. -- Sent from my

Re: [Interest] Qt 5.3.0 QML Android: how to deploy custom c++ plugin directory structure

2014-05-24 Thread Preet
Have you any hints to give me to get everything works. I managed to launch my application by reproducing the directory structure on the target with adb shell mkdir and adb push) after the APK install but it's very ugly and I would to have a self contained APK. I worked around this by

Re: [Interest] Qt 5.3.0 QML Android: how to deploy custom c++ plugin directory structure

2014-05-24 Thread Frédéric Martinsons
Ok can you give me the id. I would follow this. For the dependencies, my plugin is pure qt so I imagine the qt libs are already loaded at the time of the import. Le 24 mai 2014 14:09, Jason H jh...@gmx.com a écrit : I've filed bugs against 3.0 and so the 3.1 creator should be working better, if

Re: [Interest] Qt 5.3.0 QML Android: how to deploy custom c++ plugin directory structure

2014-05-24 Thread Frédéric Martinsons
I'm not sure to understand completely. You reproduce the directory structure after the build phase of your plugin in the qrc, build it manually and copy it to the android data dir ? Or you simply embed an archive of the directory and extract it on the first run at the right place ? Le 25 mai 2014