AW: problem on creating a project

Eggert Ehmke eggert.ehmke at berlin.de
Wed Dec 6 13:28:48 GMT 2000


> I have both QT 1.45 and 2.2.1 on my system, but when I want to
> create a new project I get this error message : "qt>1.4 and 
> <2.00 not found" (or something like that!!)
> please help me :)

Do you have the dev package of qt1.45 installed ? You need the header files. When you start kdevelop from kde2, use a shell script that contains these lines: (adjust to your system)
#!/bin/sh
export QTDIR=/usr/lib/qt
export KDEDIR=/opt/kde
export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib
/opt/kde/bin/kdevelop
--
berlin.de - meine stadt im netz. Jetzt eigene eMail-adresse @berlin.de sichern!
http://www.berlin.de/home/MeineStadt/Anmeldung


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list