Click to See Complete Forum and Search --> : Qt libraries not found


hop-frog
11-10-2003, 07:54 PM
I'm trying to compile some styles/themes for KDE, but I am running into the same error each time:

checking for Qt... configure: error: Qt (>= Qt 3.0.3) (library qt) not found. Please check your installation!

1) I ran Synaptic and installed and updated all of the relevant Qt v3 libraries and development and static packages that were listed.

2) I've tried pointing the configure directly to the libraries using:

./configure --prefix=/usr/lib/kde3/ --with-qt-dir=/usr/lib/qt3/ --with-qt-libraries=/usr/lib/qt3/lib/ --with-qt-includes=/usr/lib/qt3/include/

3) $QTDIR points to /usr/lib/qt3 and $KDEDIR to /usr/lib/kde3. This seems to be the correct places.

4) I'm running a fairly updated Conectiva 9, with KDE 3.1.2, Qt 3.1.1, and GCC 3.2.2.

Thanks.

hard candy
11-11-2003, 07:43 AM
Set the env path- "$ export QTDIR=path_to_your_qt".You may have to it for root and user. That may help. Good luck

hop-frog
11-12-2003, 04:51 PM
Still no luck.