Qt编译配置
echo yes |./configure -prefix $INSTALL_DIR -v -opensource -confirm-license -embedded arm -release -shared -fast -no-largefile -qt-sql-sqlite \
-no-qt3support -no-xmlpatterns -no-mmx -no-3dnow -no-sse -no-sse2 -no-svg -no-webkit -qt-zlib -no-gif -qt-libtiff -qt-libpng \
-qt-libmng -qt-libjpeg -make libs -nomake tools -nomake examples -nomake docs -nomake demos -nomake translations -no-nis -no-cups -no-iconv -no-dbus \
-no-openssl -xplatform qws/linux-arm-gnueabihf-g++ -little-endian -qt-freetype -depths 16,24,32 \
-no-glib \
-xcursor -feature-cursor \
-no-script -no-scripttools -no-declarative -no-declarative-debug -no-opengl -no-openvg -no-sm \
-qt-gfx-linuxfb -qt-gfx-transformed -qt-gfx-multiscreen -qt-kbd-linuxinput -qt-mouse-linuxinput \
-no-mouse-xx 这个选项实在是很让人困扰,刚开始的时候我也是。这个选项的大概意思就是你要使用什么鼠标驱动来触发触摸屏的点击事件。有tslib linuxtp linuxinput 。一般电阻屏的话最好使用Tslib触摸 。电容屏的话就选用li