编译
qt5.0 的时候遇到的.在 imageanalyzer里,,编译不过去了. MSVC2012,来寻求帮助.


link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFEST
DEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.
0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /MA
NIFEST /MANIFESTFILE:debug\imageanalyzer.exe.embed.manifest /OUT:debug\imageanal
yzer.exe @C:\Users\qt\AppData\Local\Temp\nm1FF2.tmp
imageanalyzer.obj : error LNK2019: unresolved external symbol "__declspec(dllimp
ort) public: void __thiscall QtPrivate::ExceptionStore::throwPossibleException(v
oid)const " (
__imp_?throwPossibleException@ExceptionStore@QtPrivate@@QBEXXZ) ref
erenced in function "public: class QList<unsigned int> __thiscall QFutureInterfa
ce<unsigned int>::results(void)" (
?results@?$QFutureInterface@I@@QAE?AV?$QList@I@@XZ)
debug\imageanalyzer.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: 'd:\MSVC2012\bin\link.EXE' : return code '0x460'
Stop.