标题:编译qte出问题
作者:marxmax
日期:2011-05-16 18:48
内容:
在编译及安装 qt-embedded-linux-opensource-src-4.5.3-arm时老是报错
该怎么解决 求各为大侠指教
Creating qmake. Please wait...
make: Nothing to be done for `first'.
The tslib functionality test failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR and QMAKE_LIBDIR in
/usr/local/qt/qt-embedded-linux-opensource-src-4.5.3-arm/mkspecs/qws/linux-arm-g++.
#1 [得道之兔 05-17 09:08]
提示信息应该比较明显了,需要在mkspecs/qws/linux-arm/g++/qmake.conf文件中增加定义,也就是tslib的头文件路径和库文件路径,以及库的链接。