Error 1 error C2491: 'QList<type>::deleteItem' : definition of dllimport function not allowed d:\qt\include\qlist.h 105
都出现在QT的inc中的头文件里;
按说是应定义“QT_DLL”这个宏,原项目设置中也定义了,但会出现编译错误,如果不定义,又会出现无法链接qt-mt230nc.dll中的类和接口函数;后来我发现QT2.3提供的examples中的例子程序都没法编译成功,如何解决呢?