My environment was MSVC2005, Qt 4.7.1 opensource for CE, the target platform was wincewm60professional-msvc2005.

Here's problem,
d:\Qt\4.7.1.CE\src\gui\kernel\qapplication.cpp(201 ) : error C2065: 'move_cursor'
: undeclared identifier
d:\Qt\4.7.1.CE\src\gui\kernel\qapplication.cpp(202 ) : error C2065: 'copy_cursor'
: undeclared identifier
d:\Qt\4.7.1.CE\src\gui\kernel\qapplication.cpp(203 ) : error C2065: 'link_cursor'
: undeclared identifier
d:\Qt\4.7.1.CE\src\gui\kernel\qapplication.cpp(111 6) : error C2039: 'move_cursor
' : is not a member of 'QApplicationPrivate'
d:\qt\4.7.1.ce\src\gui\kernel\qapplication_p.h(290 ) : see declaration of
'QApplicationPrivate'
d:\Qt\4.7.1.CE\src\gui\kernel\qapplication.cpp(111 6) : error C2039: 'move_cursor
' : is not a member of 'QApplicationPrivate'
d:\qt\4.7.1.ce\src\gui\kernel\qapplication_p.h(290 ) : see declaration of
'QApplicationPrivate'
d:\Qt\4.7.1.CE\src\gui\kernel\qapplication.cpp(111 7) : error C2039: 'copy_cursor
' : is not a member of 'QApplicationPrivate'
d:\qt\4.7.1.ce\src\gui\kernel\qapplication_p.h(290 ) : see declaration of
'QApplicationPrivate'
d:\Qt\4.7.1.CE\src\gui\kernel\qapplication.cpp(111 7) : error C2039: 'copy_cursor
' : is not a member of 'QApplicationPrivate'
d:\qt\4.7.1.ce\src\gui\kernel\qapplication_p.h(290 ) : see declaration of
'QApplicationPrivate'
d:\Qt\4.7.1.CE\src\gui\kernel\qapplication.cpp(111 8) : error C2039: 'link_cursor
' : is not a member of 'QApplicationPrivate'
d:\qt\4.7.1.ce\src\gui\kernel\qapplication_p.h(290 ) : see declaration of
'QApplicationPrivate'
d:\Qt\4.7.1.CE\src\gui\kernel\qapplication.cpp(111 8) : error C2039: 'link_cursor
' : is not a member of 'QApplicationPrivate'
d:\qt\4.7.1.ce\src\gui\kernel\qapplication_p.h(290 ) : see declaration of
'QApplicationPrivate'
Here's my configuration,
configure -qconfig myfeature -platform win32-msvc2005 -xplatform wincewm60professional-msvc2005 -opensource -release -confirm-license
I tried to turn off/on some features which I suggested they got something to do with my problem, but I kept getting same errors.
Btw, I had successfully built a full version.

Here's myfeature.h generated by qconfig
qconfig-myfeature.h

Could anyone tell me which feature I missed?
Thanks.