Cyrus Patel <[EMAIL PROTECTED]> wrote: > I'm trying to compile a kde app 'kover' and when I do the ./configure > I get the error: > checking for QT... configure: error: QT-1.3 (libraries) not found. Please > check your installation! > I have the following debian packages installed on my computer: > libqt1g 1:1.45-0.2 > libqt1g-dev 1:1.45-0.2 > libqt2 2.0.2-0.6 > libqt2-dev 2.0.2-0.6
Try setting the QTDIR variable to point to the QT top-level directory (on my system it is /usr/lib/qt).

