Hello everybody!

I'm using Qt 5.2.0(Not Qt Embedded) on a Raspberry Pi crosscompiled over a Computer running Linux.
There is a small display(320x240) attached to the Raspberry Pi. The driver of the display is using Linux Framebuffer.
If I develop QML-Applications with Qt Creator on my desktop, they will only be displayed if i run a fbcp daemon which copys all content from /dev/fb0 (the default framebuffer) to /dev/fb1 (the attached display).
How can i configure Qt to display on the /dev/fb1 framebuffer-device?


nasenfahrrad7