我在armlinux板子上移植了qte4.5.2,现在的情况是,运行qt程序后,usb鼠标可以点击操作,但是看不见光标显示,不知道是什么原因,尝试配置了很多次configure都还是不行。
我的配置如下:
./configure -release -shared -fast -pch -no-qt3support -qt-sql-sqlite -qt-gfx-transformed -qt-gfx-linuxfb -no-libtiff -no-libmng -qt-libjpeg -qt-zlib -qt-libpng -qt-freetype -xplatform qws/linux-arm-g++ -embedded arm -depths 4,8,15,16,24,32 -little-endian -qt-kbd-usb -no-openssl -nomake examples -nomake demos -nomake tools -optimized-qmake -no-phonon -no-nis -no-opengl -no-cups -no-xfixes -no-xrandr -no-xrender -no-xkb -no-sm -no-xinerama -no-xshape -no-separate-debug-info -no-qvfb -qt-gfx-linuxfb -no-gfx-qvfb -no-webkit -confirm-license -qt-kbd-tty -qt-mouse-qvfb -qt-mouse-pc -qt-mouse-linuxtp -qt-mouse-yopy -qt-mouse-vr41xx -qt-mouse-bus -qt-mouse-tslib -I/tslib/include -L/tslib/lib -prefix /home/wk/nfs/qte4.5.2-arm
所有关于-qt-mouse-的选项我都加上了,编译也没报错。请问是什么原因呢?请高手帮忙