I have a problem with cmake on windows. I have kde libs installed.
when i try to compile my project with cmake. it rises again and again.
Found Qt-Version 4.7.0 (using C:/Qt/2010.05/qt/bin/qmake.exe) CMake Error at c:/Program Files/KDE/share/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:198 (MESSAGE): Did not find automoc4 (Automoc4Config.cmake, part of kdesupport). (missing: AUTOMOC4_EXECUTABLE) Call Stack (most recent call first): c:/Program Files/KDE/share/apps/cmake/modules/FindAutomoc4.cmake:56 (find_package_handle_standard_args) c:/Program Files/KDE/share/apps/cmake/modules/FindKDE4Internal.cmake:402 (find_package) C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindKDE4.cmake:95 (FIND_PACKAGE) CMakeLists.txt:96 (find_package) Configuring incomplete, errors occurred!
Well, I searched for this problem on the net. and I got the automoc4 file that was missing using kde-win-installer by default. So I downloaded the files and ran cmake for automoc4 and got the automoc4.exe file, which I placed in the% KDE_INSTALL% / bin folder. But good luck was not with me. And again, my favorite mistake is triggered.
Help me with this!
source share