JonnyCplusplus
JonnyCplusplus

Reputation: 881

Eclipse CDT QT4 auto-complete not working

I cannot get auto-complete to work with Eclipse CDT and QT4. Whatever I try, auto-complete does not work for me! I can create and run QT GUI applications no problem, so the plugin must be installed... I do not know why the auto-complete does not work... For that matter, auto complete does not work at all? What setting am I missing? Thanks

Upvotes: 0

Views: 1516

Answers (1)

ismail
ismail

Reputation: 47602

You just have to setup include paths in the project properties, this will happen automatically if you use a pro file with qmake and let Eclipse import it as a Makefile based project.

Upvotes: 1

Related Questions