Using boost with qt

Hi guys

I have an issue getting boost libraries to work with QT IDE. Here are relevant lines from my .pro file...

INCLUDEPATH += c:/users/bob/desktop/boost_1_53_0/
LIBS += -LC:c:/users/bob/desktop/boost_1_53_0/stage/lib64

______________
After adding #include <boost/filesystem.hpp> I get error...

C:\Users\bob\Desktop\qtp\untitled5\mainwindow.cpp:3: error: C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory

Any ideas? The IDE does not highlight the line. The error only appears on compilation.

c:/users/bob/desktop/boost_1_53_0/

Do you actually have boost::filesystem on that path? That's the first thing I'd check.
Last edited on
I do. I've got it working fine with other IDEs.
Last edited on
Topic archived. No new replies allowed.