[CMake] KDevelop, QT and CMake

Alexander Neundorf a.neundorf-work at gmx.net
Fri Aug 17 08:36:12 EDT 2007


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


More information about the CMake mailing list