Hi Everybody,

We are trying to build Qt-5.2.1 for imx6SL(ARM-architecture) based embedded device with x11 support.

In out device there is gnome window manager, that is running fine.

We have build Qt-5.2.1 and we are able to run Qt-application in device with linuxfb.

But our keypad and touch screen is not working..., whenever we are pressing any
keys or using the touch screen our application is hanging/crashing... and going to gnome.
Means it seems taking input on gnome not in our qt-application.

What could be the problem and how to sort out, any suggestion will be valuable.

We are trying to run application like following.

./myQtApp -platform linuxfb

Even we have tried with like following but there is no effect.

./myQtApp -platform linuxfb -plugin evdevkeyboard -plugin evdevmouse -plugin evdevtouch

If we are giving "eglfs" platform plugin support then getting segmentation fault.

Please guide us.

Thanks in advance
Sanjeet