On Thursday 08 May 2008, Andras Mantia wrote: > On Tuesday 29 April 2008, Alexander Neundorf wrote: > > now that automoc4 is in kdesupport and used by akonadi, I think we'll > > enable it next week or so also for the rest of KDE (with a transition > > period where the one from kdelibs is still used if automoc4 is not > > found). > > Small problem I noticed (I don't know yet if it causes real issues): > the automoc4 dir is created under "lib" although I specified LIB_SUFFIX > to be "64" and all the other libs go to "lib64".
Hmm, I think it shouldn't matter for the Config.cmake file. If you have cmake 2.6.0, put the Automoc4Config.cmake file e.g. into /usr/lib/..., and then create a CMakeLists.txt which just contains find_package(Automoc4) This should find the file automatically (if not check with strace). Please let me know how it works. Alex _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
