[Qt-creator] doesn't recognize a file located in a folder specified in the "include" in the pro file
Alexander Saltykov
holy.cheater at gmail.com
Wed Nov 5 02:09:06 CET 2008
INCLUDEPATH += $$PWD/include should work.
I've also found out that include is *NOT* marked as invalid if it is in
HEADERS variable and not in include path (i.e. compiler will throw out an
error, but QtCreator won't highlight an invalid include).
On Wed, Nov 5, 2008 at 2:32 AM, Sylvain Pointeau <sylvain.pointeau at gmail.com
> 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?
>
> extract of the pro file:
> DEPENDPATH += src \
> include
> INCLUDEPATH += include
> INCLUDEPATH += /usr/local/include/boost-1_37/
>
>
> Cheers,
> Sylvain
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20081105/6a1ae169/attachment.html
More information about the Qt-creator-old
mailing list