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 <[email protected]>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 > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
