我正在为VS08使用QT4.7,我正在构建一个http,但是我在编译它时得到了一些链接错误,但是我无法理解它。
这是其中之一
错误LNK2028:未解析的令牌(0A0027) "public: bool __thiscall QBasicAtomicInt::operator== int)const“(??8QBasicAtomicInt@@$$FQBE_NH@Z)在函数中引用”LNK2028: void::free(struct::Data *)“ 错误LNK2019:未解决的外部符号"public:虚拟__thiscall QCoreApplication::~QCoreApplication(void)“(??1 QCoreApplication@$FUAE@XZ)在”__thiscall:__thiscall HttpService::HttpService(int,char * *)“(??0HttpService@$FQAE@HPAPAD@Z)中引用
我确实包括了一个QBasicAtomicInt头
发布于 2010-12-30 13:20:03
阅读有关qmake或使用用于Qt的插件的内容。
https://stackoverflow.com/questions/4562401
复制相似问题