Hi, I was trying to install a guitar tuner for linux but when i'm compiling it using make i get the following error:
Code:
g++ range.o complex.o fft.o sound.o mywidget.o main.o mmywidget.o -o GuitarTuner -L/usr/lib/qt/lib -lqt -lm
/usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../i486-slackware-linux/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
make: *** [GuitarTuner] Error 1
So he can't find lqt? Anyone knows what's the problem?