回复: qt embedded 4.4.0 移植后 运行慢
#6 [xinyun_zh 08-04 15:35]
5楼的兄弟能把qconfig-local.h文件贡献出来吗?
#7 [spengdong 08-06 15:48]
我用的是这些内容
#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
希望对你有用
#8 [xinyun_zh 08-11 17:10]
感谢spengdong把qconfig-local.h文件的奉献。加入后在同一界面操作速度快多了。但是在打开界面时,速度还是很慢,不知这是否能解决。
#9 [imho 08-12 13:39]
换低一点的版本吧
又不是电脑CPU ,哪来这么强