[CMake] QT_QTDECLARATIVE_FOUND issue on N9(50)

Laszlo Papp lpapp at kde.org
Thu Jul 7 13:49:08 EDT 2011


Hi,

> Back to the simple CMakeLists.txt:
>
> find_package(Qt4)
> if(QT_QTDECLARATIVE_FOUND)
>  message("found it")
> endif()
>
> find_package(Qt4)
> if(QT_QTDECLARATIVE_FOUND)
>  message("found it again")
> endif()

Result:
found it
found it again

Best Regards,
Laszlo Papp


More information about the CMake mailing list