[Asio] How to link library in Qt creator

Hello . I want to include boost.asio in my project created in Qt creator . what should I insert to my .pro file ? Qt 4.7.4(32 bit) - Qt Creator 2.3.0 - MinGW 4.4 boost 1.49.0 platform : Windows 7

2012/4/5 vahid r <vahid.boost@gmail.com>:
Hello . I want to include boost.asio in my project created in Qt creator . what should I insert to my .pro file ?
asio is the header-only library. INCLUDEPATH += \ path/to/boost/headers/directory
Qt 4.7.4(32 bit) - Qt Creator 2.3.0 - MinGW 4.4 boost 1.49.0 platform : Windows 7
-- Regards, niXman

Something like this INCLUDEPATH +=C:\BoostLibs\ Jothy On Thu, Apr 5, 2012 at 3:42 PM, niXman <i.nixman@gmail.com> wrote:
2012/4/5 vahid r <vahid.boost@gmail.com>:
Hello . I want to include boost.asio in my project created in Qt creator . what should I insert to my .pro file ?
asio is the header-only library.
INCLUDEPATH += \ path/to/boost/headers/directory
Qt 4.7.4(32 bit) - Qt Creator 2.3.0 - MinGW 4.4 boost 1.49.0 platform : Windows 7
-- Regards, niXman _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Jothy
participants (3)
-
Jothybasu Selvaraj
-
niXman
-
vahid r