Hallo habe folgende fehlermeldung nach dem test für mein erstes hallo world bekommen

Code:
g++  -o qt_gui make.o    -L/usr/lib -lQtGui_debug -lQtCore_debug -lpthread
/usr/bin/ld: cannot find -lQtGui_debug
collect2: ld returned 1 exit status
make: *** [qt_gui] Error 1
Was ich gemacht habe ist:
Code:
qmake -project
qmake
make