Using a custom Qt version in KDevelop 2.1
Amilcar do Carmo Lucas
webmaster at kdevelop.org
Wed Nov 22 12:36:35 GMT 2006
Hello,
On Wednesday 22 November 2006 13:10, amit pansuria wrote:
> helo i install qt-3.3.0 at /usr/local/qt on redhat 9
> and i m using kdevelop-2.1
> now i already set environment varible QTDIR and PATH to /usr/local/qt
> now when i make small application in kdevelop and when i run configure its
> shows the library path and header path for qt
> it shows me the path of qt-3.1 which is at /usr/lib/qt-3.1/lib instread of
> taking the path
> /usr/local/qt/lib
> so what to do so that kdevelop take library path of /usr/local/qt/lib
> i already set linker option in kdevelo( project-option -linker)
> additional : /usr/local/qt/lib/libqt.so
> but still no effect
You need to set the include path "-I" to /usr/local/qt too.
I think you missed that step.
--
Amilcar Lucas
Webmaster
The KDevelop project
More information about the KDevelop
mailing list