[Qt-interest] How to add path of Boost?
Murphy, Sean M.
sean.murphy at gd-ais.com
Wed Nov 18 17:40:30 CET 2009
>>> I have now changed it to
>>> INCLUDEPATH += "E:/Daten/Dev/SVN/library/source/boost_1_40_0/"
>>>
>>
>> I don't think you need quotes here, try:
>> INCLUDEPATH += E:/Daten/Dev/SVN/library/source/boost_1_40_0
>>
> That does not make any difference.
>
> What makes me wonder is the missing inludepath argument for gcc, which
> means it is not using or not seeing the INCLUDEPATH.
You don't have the INCLUDEPATH variable scoped out via a scope operator
do you?
If we could see your full .pro file that might help as well.
Sean
More information about the Qt-interest-old
mailing list