Re: [CMake] Unknown CMake command "kde4_automoc" problem

2008-08-04 Thread Alexander Neundorf
On Sunday 03 August 2008, [EMAIL PROTECTED] wrote: > hi, there > I am trying to compile a kde4 development tutorial c++ program with > cmake but got the that's the tutorial in the cmake wiki, right ? This is unfortunately out of date, I'll fix it next week at akademy. kde4_automoc() doesn't exist

[CMake] Unknown CMake command "kde4_automoc" problem

2008-08-03 Thread kdsfinger
hi, there I am trying to compile a kde4 development tutorial c++ program with cmake but got the Unknown CMake command "kde4_automoc" error message. Here is the CMakeLists.txt PROJECT( kapp4) FIND_PACKAGE(KDE4 REQUIRED) INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${C