I tried to include the asio library from boost in QT Creator 3.2.2 (based on QT5.3.2), but when I try to run the code it tells me that he tells me
(...) Error: boost/asio.hpp: No such file or directory
#include <boost/asio.hpp>
^
I downloaded and unpacked the library based on this: getting started
I then tried to link it to my project using this:
INCLUDEPATH += C:\Program Files\boost_1_57_0\boost
But aparently I am missing something, since it allways gives me this error when I hit on "run"
UPDATE: I tried to install it using this guide and can't run the example project as well, also because of a "not found" error