[Qt-creator] doesn't recognize a file located in a folder specified in the "include" in the pro file

Sylvain Pointeau sylvain.pointeau at gmail.com
Wed Nov 5 11:52:30 CET 2008


Thank you for the "workaround", it works well :-)

Cheers,
Sylvain

On Wed, Nov 5, 2008 at 9:00 AM, Kai Koehne <kai.koehne at nokia.com> wrote:

> On Tuesday 04 November 2008 22:32:24 ext Sylvain Pointeau wrote:
> > Hi,
> >
> > QtCreator doesn't recognize (red underlined) a file located in a folder
> > specified in the "include" directive in the .pro file. Do you have any
> > idea?
>
> That is a bug in the alpha - it doesn't support relative INCLUDEPATH's.
> Workaround is to add a $$PWD in front:
>
> INCLUDEPATH += $$PWD/include
>
> It will be fixed in the next version we release.
>
> Regards
>
> Kai Koehne
>
> --
> Kai Köhne
> Software Engineer
> Nokia, Qt Software
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20081105/9ef8a756/attachment.html 


More information about the Qt-creator-old mailing list