tags:

views:

8

answers:

0

I have been struggling to enable autocompletion on Eclipse (mac) for Qt classes. I added /Library/Frameworks/QtCore (and QtGui) to the C++ Path and Symbols tab on the preferences dialog but for some reason although it can find the class names it refuses to autocomplete the class methods and member attributes. Tried to use both INCLUDE and LIBRARY PATHS with no luck.

In my last attempt I pointed the includes to Linux libraries but it didn't work out either.

Has anyone faced the same issue? I have spent over two weeks trying to get this going but I just can't figure out what is wrong there.

I'm using Qt 4.6.3 Cocoa, Eclipse Galileo on Snow Leopard.

I would appreciate any advice.

Thanks