[Qt-interest] QMovie->supportedFormats() returns () on embedded arm machine
Samuel Gaist
samuel.gaist at edeltech.ch
Tue Dec 14 14:22:14 CET 2010
On 14 déc. 2010, at 14:10, Klaus.Fuerth at ELK.de wrote:
> Hi Samuel,
>
> thank you for the answer.
>
> On 14.12.2010 13:41 Samuel Gaist wrote:
>> Did you also copy all the image formats plugins you need to your embedded machine ?
> No, I didn't.
> Now I found the libqgif.so in my embedded install directory and copied
> it to /lib. The animation is still not shown.
> In which directory should I copy these libs?
>
> Klaus
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
You should keep the same directory tree in your embedded system as on your desktop machine.
What I have done when working on an embedded system is to cross-compile Qt on my desktop machine, install it then copy the lib & plugin directory in the same folder on the target (I know there are other ways i.e using rpath).
For example:
build Qt-4.6.3 for embedded linux result in a directory tree that is in /usr/local/Trolltech/QtEmbedded-4.6.3-arm/
I recreate the same directory on the target root filesystem then copy only the lib and plugin subdirectory.
Hope this helps
Samuel
More information about the Qt-interest-old
mailing list