我的配置 如下
./configure -prefix /opt/Qtdev/qte-arm-4.7.3 -embedded arm -release -fast -no-accessibility -no-scripttools -no-mmx -no-svg -no-3dnow -no-sse -no-sse2 -silent -qt-libpng -qt-libjpeg -no-libmng -no-libtiff -make libs -nomake tools -nomake examples -nomake docs -nomake demo -no-nis -no-cups -no-iconv -no-dbus -no-openssl -xplatform qws/linux-arm-g++ -little-endian -qt-freetype -depths 4,8,16,32 -qt-gfx-linuxfb -no-gfx-transformed -no-gfx-multiscreen -no-gfx-vnc -no-gfx-qvfb -no-glib -qt-mouse-tslib -I /opt/tslib1.4.3/include -L /opt/tslib1.4.3/lib
但是老是显示 选项无效:
-qt-gfx-linuxfb: unknown argument
-no-gfx-transformed: unknown argument
-no-gfx-multiscreen: unknown argument
-no-gfx-vnc: unknown argument
-no-gfx-qvfb: unknown argument
-qt-mouse-tslib: unknown argument
可以configure 的显示里面是有这些选项的:
-qt-gfx-<driver> ... Enable a graphics <driver> in the QtGui library.
Possible values for <driver>: [ linuxfb transformed qvfb vnc multiscreen ]
-no-gfx-<driver> ... Disable graphics <driver> entirely.
Possible values for <driver>: [ linuxfb transformed qvfb vnc multiscreen ]
-qt-mouse-<driver> ... Enable a mouse <driver> in the QtGui library.
Possible values for <driver>: [ pc bus linuxtp yopy vr41xx tslib qvfb ]