编写了一个非常简单的hello程序,我通过tmake生成Makefile后,make出现如下情况是怎么回事
make
g++ -o hell -L/opt/qt-embedded-linux-opensource-src-4.5.0/lib -lm -lqte
/usr/bin/ld: cannot find -lqte
collect2: ld returned 1 exit status
make: *** [hell] Error 1
lqte是什么,还需要添加什么配置吗?麻烦知道的兄台提点下。谢谢