[Qt-creator] Header files not correctly recognized properly
Sunil Thaha
sunil.thaha at gmail.com
Mon Nov 3 19:38:00 CET 2008
Hi
First of all kudos to the team behind Qt Creator, Thanks a lot for yet
another great product.
I was trying out the application on Linux and I found a bug in Qt creator
that; it fails to recognize the headers in the INCLUDEPATH that are
specified as relative to the pro file.
For example, for a the pro file given below, Qt Creator fails to fetch the
header in *../../Common/Include* and marks those headers, included in the
code as not found
### Pro file ###
INCLUDEPATH += \
Include \
* ../../Common/Include*
BTW: Do you have any specific site to report bugs ?
Regards,
Sunil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20081104/33f8bb26/attachment.html
More information about the Qt-creator-old
mailing list