Qt 4.8.6交叉編譯環境配置 不含tslib觸摸屏庫

1、交叉編譯器的配置

2、下面是configure 的裁剪配置

./configure  \
            --prefix=/opt/qte4.8.7 \
            -opensource \
            -debug-and-release \
            -shared \
            -Declarative \
            -fast \
            -no-largefile \
            -qt-sql-sqlite \
            -qt3support \
            -exceptions \
            -xmlpatterns \
            -script \
            -scripttools \
            -no-glib \
            -no-phonon \
            -svg \
            -no-webkit \
            -qt-zlib \
            -qt-libtiff \
            -qt-libpng \
            -qt-libjpeg \
            -make libs \
            -nomake tools \
            -nomake examples \
            -make docs \
            -nomake demos \
            -no-nis \
            -no-cups \
            -no-iconv \
            -no-dbus \
            -xplatform qws/linux-arm-gnueabi-g++ \
            -embedded arm \
            -little-endian \
            -qt-freetype \
            -depths 16,24,32 \
            -qt-gfx-linuxfb \
            -no-gfx-transformed \
            -no-gfx-multiscreen \
            -no-gfx-vnc \
            -no-gfx-qvfb \
            -qt-kbd-linuxinput \
            -qt-kbd-tty  \
            -no-kbd-qvfb \
            -armfpa \
            -optimized-qmake  \
            -no-mouse-qvfb \
            -qt-mouse-linuxtp \
            -DQT_QLOCALE_USES_FCVT \
            -DQT_NO_QWS_CURSOR \
            -pch \
            -confirm-license

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章