still having a problem. following error occurs
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o qt4h.o qt4h.cpp
g++ -o qt4h qt4h.o -L/usr/lib -lQtGui_debug -lQtCore_debug -lpthread
/usr/bin/ld: cannot find -lQtGui_debug
collect2: ld returned 1 exit status
make: *** [qt4h] Error 1
i think i am missing some package.i am installing libqt4-debug from repository. its size is 51MB.am i right or there is some other faylt?
Bookmarks