I would suggest to check your
include/qconfig-<target>.h file.
In my (v2.3.10) qpixmap.cpp there is a
|
Source code
|
1
2
3
|
#if defined(_WS_QWS_) && !defined(QT_NO_SCROLLVIEW)
# include "qscrollview.h"
#endif
|
, so you should check for these defines and a stale #ifdef-clause in the sources...
If allowed, one question: what do you want to do with/why QT/embedded? And why this old version and not the 2.3.10, or if you are just starting, why not start with new QT/e 4?