Using boost 1.56 with QT (Windows 7)
-
Hi and welcome to devnet,
What do you mean "install with Qt" ? Link to the boost libraries ?
-
May be this link could be helpful.
"here":http://stackoverflow.com/questions/16998326/using-boost-libraries-in-qt -
Thanks for the answers.
Yes I'm asking to link the boost librairies on a Qt project.
I found what you linked but the problem is that they changed the structure of the libraries with the 1.56 or maybe with 1.55 and I didn't found how to add it.In my .pro file i should add
INCLUDEPATH += C:\boost\boost_1_53_0\ -lboost_filesystem
LIBS += C:/boost/boost_1_53_0/stage/lib/But actually /stage/lib does not exist in the library anymore.
-
Then you only need to update that path to match the new layout