Hi,
I’m using Qt for the first time, trying to use a OpenSource project.
The project is compiling fine and outputing a binary as expected.
Unfortunally, when navigation in code Qt includes are not resolved, for example for
#include <QtGui/QWidget>
When I’m put my mouse over I get an error message “no file or directory of this type”, and thus I have no autocompletion.
Can anyone give me the trick ?
↧