KDE/kdelibs

Alexander Neundorf neundorf at kde.org
Wed Dec 9 20:50:10 CET 2009


On Saturday 05 December 2009, Mike Arthur wrote:
> On 5 Dec 2009, at 20:37, Alexander Neundorf wrote:
> > Hmm, not sure how this should look like. qmake "just" generates the
> > makefiles with the dependencies, it doesn't really call moc.
> > This is what automoc does, it parses the source files and executes moc.
> > AFAIK Kitware would be happy to have that functionality in cmake.
>
> Sorry, I meant a combination of modifying moc and qmake to simplify
> Use/FindQt4.cmake a bit by simply probing qmake for the information rather
> than CMake having to look for it.

Basically this is already done.
qmake is asked for the location of several things, and then cmake uses this 
information to get the full path to the libraries etc.

Porting automoc4 away from Qt would be a first step.

Alex


More information about the Kde-buildsystem mailing list