On Tuesday 14 March 2006 20:29, you wrote: > On Tuesday 14 March 2006 19:42, Alexander Neundorf wrote: > > Is there a special reason that you can't use the moc macros provided by > > KDE4Macros.cmake and FindQt4.cmake ? > > Yep, I need moc to process both header and cpp and generate moc output > for both ;) Don't ask me why don't I simply move Q_OBJECT classes into > header files - it's Mirco Boehm's code ;)
Have a look at QT4_GENERATE_MOC( infile outfile ) in FindQt4.cmake, maybe it does already what you need ? Bye Alex -- Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de Home: neundorf AT kde.org - http://www.kde.org alex AT neundorf.net - http://www.neundorf.net _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
