总是报错:undefined reference to _imp__ZN5QHttpD1Ev
undefined reference to _imp__ZN5QHttpC1EP7QObject
这个报错的位置指向这个构造函数:
HttpDownload
::HttpDownload
(QObject*parent
): QObject(parent
){
connect
(&http
,SIGNAL(dataReadProgress
(int,int)),this,SLOT(getDownloadProgress
(int,int)));connect
(&http
,SIGNAL(done
(bool)),this,SLOT(finishDownload
(bool)));}这个是什么错误呀。。。难道要修改makefile?[/pre][pre]
请达人指教,谢谢[ 此帖被zz8318在2010-07-24 13:37重新编辑 ]