zoukankan      html  css  js  c++  java
  • 编译QT时出现lib/libQtGui.so: undefined reference to `ts_read_raw'的解决办法

    lib/libQtGui.so: undefined reference to `ts_read_raw'

    /lib/libQtGui.so: undefined reference to `ts_open'

    /lib/libQtGui.so: undefined reference to `ts_fd'

    /lib/libQtGui.so: undefined reference to `ts_config'

    /lib/libQtGui.so: undefined reference to `ts_close'

    /lib/libQtGui.so: undefined reference to `ts_read

    解决办法:

    '修改qt-everywhere-opensource-src-4.7.2/mkspecs/qws/linux-arm-g++/qmake.conf 文件(添加lts参数):

    QMAKE_CC                = arm-linux-gcc -lts

    QMAKE_CXX               = arm-linux-g++ -lts

    QMAKE_LINK              = arm-linux-g++ -lts

    QMAKE_LINK_SHLIB        = arm-linux-g++ -lts

  • 相关阅读:
    052-14
    052-13
    css垂直居中
    js中的null 和undefined
    给数组添加属性
    js中避免函数名和变量名跟别人冲突
    js变量问题
    Life
    BFC和haslayout
    json文件
  • 原文地址:https://www.cnblogs.com/luxiaolai/p/3747894.html
Copyright © 2011-2022 走看看