[Qt-creator] code completion with non-standard libraries
Justin Giles
jtgiles at gmail.com
Thu Feb 19 21:12:36 CET 2009
Per the qmake documentation:
"INCLUDEPATH
This variable specifies the #include directories which should be searched
when compiling the project. Use ';' or a space as the directory separator."
Justin
On Thu, Feb 19, 2009 at 2:09 PM, Adam Higerd <ahigerd at timeips.com> wrote:
> Justin Giles wrote:
> > 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
>
> Your problem is that you've got a semicolon in there; INCLUDEPATH
> expects spaces.
>
> /s/ Adam
> _______________________________________________
> 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/20090219/c67fa35b/attachment.html
More information about the Qt-creator-old
mailing list