Wednesday, April 9, 2014

Qt and Boost

I achieved installing the highly respective Boost libs to my Ubuntu 13.10 and also including libs to Qt.
Follow these steps:

  1. http://www.boost.org/doc/libs/1_55_0/doc/html/bbv2/installation.html
  2. and then just add to your .pro file:

               INCLUDEPATH += /usr/local/boost
        LIBS += -L/usr/local/boost/ -lboost_archive


No comments:

Post a Comment