Hello
To get the QT4 wizard working I added the following to the global variable qt:
base: /usr/share/qt4
include: /usr/share/qt4/include
lib: /usr/share/qt4/lib
and that seems to do the trick, however when I try to compile the default project made by the wizard I get the following error:
Compiling: main.cpp
cc1plus: error: /usr/share/qt4/include/QtGui: not a directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
I did a google search on the error and found 1 entry which was in french and I think it was about adding
/usr/include/qt4
/usr/include/qt4/QtGui
/usr/include/qt4/QtCore
to the compiler/debugger search directory list, but that makes no diffrence, but then I could have read it wrong.
/usr/share/qt4/include/QtGui does exists but its a link to /usr/include/QtGui/QtGui
So what to do ?
Thank you for your help.
Cal