我在我的 *.pro 文件中尝试过这样的事情:
INCLUDEPATH += "C:\Stuff\boost_1_53_0"
LIBS += -L/C:\Stuff\boost_1_53_0\lib\32-bit -lqtmaind
LIBS += -L/C:\Stuff\boost_1_53_0\lib\32-bit -lQt5PrintSupportd
LIBS += -L/C:\Stuff\boost_1_53_0\lib\32-bit -lQt5Widgetsd
LIBS += -L/C:\Stuff\boost_1_53_0\lib\32-bit -lQt5Guid
LIBS += -L/C:\Stuff\boost_1_53_0\lib\32-bit -lQt5Cored
但我仍然得到一些链接器错误(比如这个):
LNK1104: cannot open file 'libboost_program_options-vc100-mt-gd-1_53.lib'
如何配置提升路径/库以使其正常工作?