zoukankan      html  css  js  c++  java
  • QT移植

    ./configure -prefix /usr/local/qte-arm

    -D__ARM_ARCH_5TEJ__
    -no-qt3support
    -qt-zlib
    -qt-libtiff
    -qt-libpng
    -qt-libmng
    -qt-libjpeg
    -make libs
    -nomake examples
    -nomake demos
    -nomake docs
    -no-nis
    -no-cups
    -no-iconv
    -xplatform qws/linux-arm-g++
    -embedded arm
    -little-endian
    -qt-freetype
    -depths 8,16,24,32
    -qt-gfx-linuxfb
    -no-gfx-transformed
    -no-gfx-qvfb
    -no-gfx-vnc
    -no-gfx-multiscreen
    -no-glib
    -qt-kbd-tty
    -qt-mouse-pc
    -qt-mouse-tslib -I /usr/local/qte-arm/tslib/include -L/usr/local/qte-arm/tslib/lib

    注意:

    路径是否相符

    -qt-mouse-tslib -I /usr/local/qte-arm/tslib/include -L/usr/local/qte-arm/tslib/lib

    ./configure -prefix /usr/local/qte-arm
    -no-qt3support
    -qt-zlib
    -qt-libtiff
    -qt-libpng
    -qt-libmng
    -qt-libjpeg
    -make libs
    -nomake examples
    -nomake demos
    -nomake docs
    -no-nis
    -no-cups
    -no-iconv
    -xplatform qws/linux-arm-g++
    -embedded arm
    -little-endian
    -qt-freetype
    -depths 8,16,24,32
    -qt-gfx-linuxfb
    -no-gfx-transformed
    -no-gfx-qvfb
    -no-gfx-vnc
    -no-gfx-multiscreen
    -no-glib
    -qt-kbd-tty
    -qt-mouse-pc
    -qt-mouse-tslib -I /usr/local/qte-arm/tslib/include -L/usr/local/qte-arm/tslib/lib
    -D__ARM_ARCH_5TEJ__
    -qt-sql-sqlite
    -qt-libjpeg
    -qt-zlib
    -qt-libpng
    -qt-freetype
    -no-mmx
    -no-sse
    -no-sse2
    -no-3dnow
    -no-webkit
    -no-phonon
    -no-xcursor
    -no-xfixes
    -no-xrandr
    -little-endian
    -host-little-endian
    -no-xrender
    -no-separate-debug-info
    -release
    -shared

  • 相关阅读:
    hadoop 2.7 添加或删除datanode节点
    hadoop HA集群的安装
    Linux-PAM认证
    [Notice]博客地址转移 vitostack.com
    WPF 自定义 MessageBox (相对完善版 v1.0.0.6)
    python2.7 倒计时
    Hadoop Streaming框架使用(二)
    Hadoop错误码速查
    Hadoop Streaming框架使用(一)
    python清空列表的方法
  • 原文地址:https://www.cnblogs.com/ganrui/p/3713188.html
Copyright © 2011-2022 走看看