Linux QT's base installation directory ????

General questions regarding the usage of CodeLite
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Linux QT's base installation directory ????

Post 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
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post by eranif »

You should set it to /usr/share/qt4

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

Eran
Make sure you have read the HOW TO POST thread
Post Reply