[Qt-creator] code completion with non-standard libraries
Justin Giles
jtgiles at gmail.com
Thu Feb 19 21:07:16 CET 2009
I have a library that I wrote and when I try to use code completion, Creator
doesn't pick up the functions available for my classes. On a similar note,
I'm trying to use the VTK library with my app and code completion doesn't
work for that either. I have header paths for both libraries listed in my
.pro file as:
INCLUDEPATH += /dev/libraries/mylib;/opt/local/include/vtk-5.3
The only things that seem to work with code completion are the Qt stuff and
anything that is listed in my project directory.
Oh, also, the application compiles fine, just code completion isn't working.
Thoughts?
Justin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090219/e6d77a48/attachment.html
More information about the Qt-creator-old
mailing list