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