[root@rebel56 ~]# cd /home/user1/chapter01/hello/src
[root@rebel56 src]# qmake -project
[root@rebel56 src]# qmake
[root@rebel56 src]# make
g++ -o src hello.o -L/usr/local/Trolltech/Qt-4.4.0/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm
/usr/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
make: *** [src] Error 1
[root@rebel56 src]#
不明白什么错误……请高手指点