Some days ago I compiled Boost ver. 1.53.0 for VS2012. It works fine, compiles fine. Now I want to use Boost with Qt Creator. In the .pro file I\'ve included
.pro
win32 { INCLUDEPATH += C:/Users/User/Downloads/dev/boost_1_61_0 LIBS += "-LC:/dev/Boost/lib/" \ "-Llibboost_filesystem-mgw53-mt-d-1_61.a", "-Llibboost_system-mgw53-mt-d-1_61.a", "-Llibboost_serialization-mgw53-mt-d-1_61.a" -LLIBS }