|
|
写了一个巨简单的程序,然后用qmake生一个project ,在make的时候提示下面的错误:
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 main.o main.cpp
g++ -o helloworld main.o -L/usr/lib -lQtGui_debug -lQtCore_debug -lpthread
/usr/bin/ld: cannot find -lQtGui_debug
collect2: ld returned 1 exit status
make: *** [helloworld] Error 1
有关QT4编程的包全都装了,是什么问题还是没有搞明白,请各位达人指点. |
|