[Qt-creator] Adding header files
Jothy
jothybasu at gmail.com
Fri Jul 23 14:20:06 CEST 2010
Thanks guys!
The problem is almost fixed.
I copied the boost folder to a new one C:\BoostLibs\boost
and added
*INCLUDEPATH += -I C:\BoostLibs\
*
*INCLUDEPATH += -I C:\BoostLibs\boost
now <boost/...>works
suppose if I have <boost/array.hpp>
how to acess the functions from array alone without using std::
and what's the difference between #include"" and #include<>
Thanks
Jothy
*
On Fri, Jul 23, 2010 at 1:08 PM, André Pönitz <andre.poenitz at nokia.com>wrote:
> On Friday 23 July 2010 13:45:33 ext Jothy wrote:
> > I simply added INCLUDEPATH += -I C:\boost
> >
> > Now its able to find all the header files except file path starting with
> boost/
>
> Drop the '-I' from INCLUDEPATH
>
> > Should I add C:\boost to system path?
>
> No.
>
> Andre'
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20100723/d334116f/attachment.html
More information about the Qt-creator-old
mailing list