我用的是这些内容
#ifndef QT_H
#endif // QT_H
// Note that disabling more features will produce a libqte that is not
// compatible with other libqte builds.
#ifndef QT_DLL
#define QT_DLL // Internal
#endif
#define QT_QWS_IPAQ
// Platforms where mouse cursor is never required.
#if defined(QT_QWS_IPAQ) || defined(QT_QWS_CASSIOPEIA) || defined(QT_QWS_SL5XXX)
# define QT_NO_QWS_CURSOR
# define QT_NO_QWS_MOUSE_AUTO
#endif
希望对你有用