随笔分类 - QT
QT-4.8.6 编译配置过程
摘要:1、编译 TSLib sudo apt-get install automake autogen libtool libtool-bin./autogen.sh./configure --host=arm-linux-gnueabihf CC=arm-linux-gnueabihf-gcc CXX=
阅读全文
qt 编译问题总结
摘要:1)使用make命令编译Qt原码时出现了 /usr/bin/ld: cannot find -lXrender 问题: /usr/bin/ld: cannot find -lXrender collect2: ld 返回 1 make[1]: *** [../../../../lib/libQtWe
阅读全文
[转载]tslib1.4与Qt4.8.6的交叉编译与移植
摘要:原文:http://www.cnblogs.com/Jasonsblog/p/3757985.html http://blog.csdn.net/sno_guo/article/details/16897577 最近开始正式接触QT开发,网上看了些移植教程都写的有点乱,博客园的emouse思·睿有一
阅读全文