Hi everyone,
I am trying to compiling the QT-extend-4.4.1 for embedded device, but the compile error is:
#error qvfb must be compiled with the Qt for X11 package
in file:qvfbshmem.cpp line 63 where :
#ifdef Q_WS_QWS
#error qvfb must be compiled with the Qt for X11 package
#endif
but the macro Q_WS_QWS should be defined when compiling the QT embedded, how can I fix the problem???
I think maybe there are something wrong with the configuration. But I am not sure.
Thank you very much!
I am looking forward your help!