Hello,
I am checking out the example codes about adding accelerated graphics drivers to QtEmbedded 4.4.3. They reside in the qt source in "qt-embedded-linux-opensource-src-4.4.3/src/plugins/gfxdrivers/" folder. Some of these driver codes needs includes like:
Qt Code:
  1. #include <private/qpaintengine_raster_p.h>
  2. #include <private/qwindowsurface_qws_p.h>
  3. #include <QtGui/private/qpixmapdatafactory_p.h>
  4. #include <QtGui/private/qwssignalhandler_p.h>
To copy to clipboard, switch view to plain text mode 

I compiled qt for my embedded ppc platform and installed. But Qt didn't create that "private" folder and related headers.

What does "private" folder mean? Should i change my configure options for Qt to create these libraries and headers? Anybody, any idea?

Thanks in advance...