[CMake] QT_DIR:PATH=QT_DIR-NOTFOUND

Brad King brad.king at kitware.com
Fri Dec 9 09:36:02 EST 2005


Luca Binotto wrote:
> //The directory containing QTConfig.cmake.
> QT_DIR:PATH=QT_DIR-NOTFOUND
> ==> and now my CMakeLists.txt
[snip]
> FIND_PACKAGE(QT)

The package name is case-sensitive.  Try

FIND_PACKAGE(Qt)

or

FIND_PACKAGE(Qt3)

-Brad


More information about the CMake mailing list