$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Asio] How to link library in Qt creator
From: niXman (i.nixman_at_[hidden])
Date: 2012-04-05 10:42:39
2012/4/5 vahid r <vahid.boost_at_[hidden]>:
> 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