我需要使用boost lib构建我的代码,我的环境是
Windows 8, Qt 5.4.1 MSVC2013 64 Bit
当我构建代码时,我收到错误,如
libboost_thread-vc120-mt-1_58.lib(thread.obj):-1: error: LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
我的专业档案看起来
INCLUDEPATH += C:/local/boost_1_58_0/
LIBS += -LC:/local/boost_1_58_0/stage/lib/ -llibboost_thread-vc120-mt-1_58
我需要为64位架构构建应用程序。
任何帮助将不胜感激。
由于 哈里斯