[auto@auto hello]$ qte-arm-make hello.pro
[auto@auto hello]$ qte-arm-make
[auto@auto hello]$ make
arm-linux-g++ -lts -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/qte-arm/mkspecs/default -I. -I/usr/local/qte-arm/include/QtCore -I/usr/local/qte-arm/include/QtNetwork -I/usr/local/qte-arm/include/QtGui -I/usr/local/qte-arm/include -I. -o hello.o hello.cpp
arm-linux-g++: -lts: linker input file unused because linking not done
arm-linux-g++ -lts -Wl,-O1 -Wl,-rpath,/usr/local/qte-arm/lib -o hello hello.o -L/usr/local/qte-arm//lib -lQtGui -lQtNetwork -lQtCore -lpthread
/usr/local/arm/3.4.5/bin/../lib/gcc/arm-linux/3.4.5/../../../../arm-linux/bin/ld: cannot find -lts
collect2: ld returned 1 exit status
make: *** [hello] 错误 1
[auto@auto hello]$