我采用tmake编译,前面都没问题
但make后出现下面的问题:
arm-linux-g++ -o hello main.o mainform.o moc_mainform.o -L/qt/qt-embedded-free-3.3.4/lib -lqte
/usr/local/arm/3.4.1/lib/gcc/arm-linux/3.4.1/../../../../arm-linux/bin/ld: skipping incompatible /qt/qt-embedded-free-3.3.4/lib/libqte.so when searching for -lqte
/usr/local/arm/3.4.1/lib/gcc/arm-linux/3.4.1/../../../../arm-linux/bin/ld: cannot find -lqte
collect2: ld returned 1 exit status
make: *** [hello] 错误 1
希望有高手能帮解答下,本人新手,刚开始学习qt