[Qt-interest] How to add path of Boost?
Matthias Pospiech
matthias.pospiech at gmx.de
Wed Nov 18 17:57:34 CET 2009
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.
>>
>
> 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.
>
It is a project with .pro files in every directory. Not my project though.
http://gdn.dsi.unifi.it/~bettini/binaries/source-highlight-qmake-3.1.2.tar.gz
I wanted to change the .pro files such that I can build it under Windows.
I added the single line with the INCLUDEPATH in the file srchilite.pro
Matthias
More information about the Qt-interest-old
mailing list