On Friday 17 August 2007 08:20, Marcin Gil wrote: > Hi! > > I am a bit frustrated, since I haven't found any good value tutorial > how to develop QT4 software using KDevelop and CMake instead of QMake. > > QMake automatically parses .ui files, creates includes, .moc files etc. > > How can this be achieved by using CMake? > > Can anyone point me to a good tutorial or provide some examples?
http://www.cmake.org/Wiki/CMake#Tutorials Follow the link "Qt with CMake". To get this as a project into kdevelop, ran cmake -G KDevelop3 ..... Bye Alex _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
