[CMake] Qt4 - Problems with QtCLucene

2011-11-24 Thread Mathemaster
Hello everyone, since cmake 2.8.5 I do have a problem with the following lines: -- 132 find_package(Qt4 COMPONENTS QtCore QtGui QtHelp QtCLucene) 133 if (NOT QT4_FOUND) 134 message (FATAL_ERROR *** QT not found. ***) 135 endif(NOT QT4_FOUND) -- since cmake 2.8.5 I receive

Re: [CMake] Qt4 - Problems with QtCLucene

2011-11-24 Thread Andreas Pakulat
On 24.11.11 17:19:53, Mathemaster wrote: Hello everyone, since cmake 2.8.5 I do have a problem with the following lines: -- 132 find_package(Qt4 COMPONENTS QtCore QtGui QtHelp QtCLucene) 133 if (NOT QT4_FOUND) 134 message (FATAL_ERROR *** QT not found. ***) 135 endif(NOT