[MERGED] Qt-lighthouse
-
Hi,
Does any body have idea ?I have build a small Qt application and had run it on Windows – it runs successfully but when I tried to run the similar application with Qt-lighthouse in Linux environment, it gives me following error message!
Failed to load platform plugin “ ” Available platforms are:
LinuxFb
LinuxRfb
Minimal
Sylph
QVFb
VNC
The Programme has unexpectedly finished.
Now the question raises how can I load the suitable plug-ins that can support this programme with Linux ?Would it be very grateful if you can help me or guide me in proper direction.
Br, Tanveer
-
Hi,
Does any body have idea ?I have build a small Qt application and had run it on Windows – it runs successfully but when I tried to run the similar application with Qt-lighthouse in Linux environment, it gives me following error message!
Failed to load platform plugin “ ” Available platforms are:
LinuxFb
LinuxRfb
Minimal
Sylph
QVFb
VNC
The Programme has unexpectedly finished.Now the question raises how can I load the suitable plug-ins that can support this programme with Linux ?
Would it be very grateful if you can help me or guide me in proper direction.
Br, Tanveer
-
I just merged the two identical threads and moved them into embedded where they fit best.
-
Lighthouse uses plugins to target the GUI to a particular platform. Looks like you built all the Linux platforms! You'll need to choose the one that is relevant for your system and start the app with the following command line:
<your app> -platform <plugin>