tmake?

jelongdong2의 이미지

tmake로 Makefile을 만들고 컴파일하니 다음과 같은 에러가 나옵니다.

Quote:
g++ -c -pipe -Wall -W -O2 -DNO_DEBUG -I/usr/lib/qt-3.3/include -o hello.o hello.cpp
g++ -o hello hello.o -L/usr/lib/qt-3.3/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm
/usr/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
make: *** [hello] 오류 1

이런 부분은 어떻게 해결하나요?