我想在我的 Qt 应用程序中使用 boost/filesystem.hpp,但构建器一直说:
Library not loaded: libboost_filesystem.dylib
Reason: image not found
这是我尝试链接它的方法:
INCLUDEPATH+= /installdir/boost_1_50_0
LIBS += -L/installdir/boost_1_50_0/stage/lib -lboost_filesystem
我也试过直接链接。我也尝试根据jschoen 的回答重建 boost ,没有区别。
我正在运行 MacOSX Lion。如何正确链接提升?