Silent-Hunter
Hardcore Member
- Joined
- May 29, 2010
- Messages
- 3,485
I have absolutely no idea what I'm doing anymore. I'm attempting to build a Qt5 application into a PND, but always this:
[ START ]--- Starting the application ( scripts/run.sh ) ----------
This application failed to start because it could not find or load the Qt platform plugin "xcb".
Reinstalling the application may fix this problem.
/usr/pandora/scripts/pnd_run.sh: line 532: 23045 Aborted "./$EXENAME" $ARGUMENTS "$@"
What do I do? I've included all the libs indicated by ldd for both libqxcb.so and for the application itself, but still it complains.
It would be easier if I could tell it to embed all the libs into the executable, but I don't know how to do that with qmake.
EDIT: Nevermind! Having StreaK's CLI Love running was making it do that.
[ START ]--- Starting the application ( scripts/run.sh ) ----------
This application failed to start because it could not find or load the Qt platform plugin "xcb".
Reinstalling the application may fix this problem.
/usr/pandora/scripts/pnd_run.sh: line 532: 23045 Aborted "./$EXENAME" $ARGUMENTS "$@"
What do I do? I've included all the libs indicated by ldd for both libqxcb.so and for the application itself, but still it complains.
It would be easier if I could tell it to embed all the libs into the executable, but I don't know how to do that with qmake.
EDIT: Nevermind! Having StreaK's CLI Love running was making it do that.
Last edited: