[Qt-interest] How to add path of Boost?
Wm. G. Urquhart
wgu at wurquhart.co.uk
Wed Nov 18 17:44:09 CET 2009
Matthias Pospiech wrote:
> Murphy, Sean M. schrieb:
>>> 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.
Hi Matthias,
As Sean points out the "" on the path are only need when there are
spaces in it. Having said that since RegEx requires compilation I have
to ask the obvious and ask if this has been done and installed, since in
theory it should work as described above.
--
William
More information about the Qt-interest-old
mailing list