The K Desktop Environment

Next Previous Table of Contents

5. Questions and Answers

5.1 configure canīt find the qt libraries

Please check if you set the variable QTDIR accordingly (pointing to the dir where QT is installed)

Use

./configure --with-qt-dir=/path/to/qt
to tell the configure script where to find the qt libs.

Do a

./configure --help
to see the options available.

Next Previous Table of Contents