Page 1 of 1

Linux QT's base installation directory ????

Posted: Sun Jan 03, 2010 3:45 am
by jiapei100
I followed http://codelite.org/LiteEditor/QmakePlugin to set up Qt4 for CodeLite in ubuntu 9.10
The 'QTDIR' should point to your Qt's base installation directory
How to set up 'QTDIR' in Ubuntu 9.10?

I've got

/usr/include/qt4 -- for all header files
/usr/lib/qt -- for libraries


So, do we set 'QTDIR' to '/usr' ?? or something else?

Cheers
JIA Pei

Re: Linux QT's base installation directory ????

Posted: Sun Jan 03, 2010 11:04 am
by eranif
You should set it to /usr/share/qt4

IIRC, it is also safe to leave it empty on Linux.

Eran