Re: [CMake] QT4 and MOC

2010-10-02 Thread Michael Hertling
On 10/02/2010 09:07 AM, Laszlo Papp wrote: > Hi, > > I wrote a helloworld class, source and header file for instance which > is basically moc related class with Q_OBJECT macro. I do not know why > I must use qt4_wrap_cpp(helloworld.h) beside > qt4_automoc(helloworld.cpp). There's no need to use b

[CMake] QT4 and MOC

2010-10-02 Thread Laszlo Papp
Hi, I wrote a helloworld class, source and header file for instance which is basically moc related class with Q_OBJECT macro. I do not know why I must use qt4_wrap_cpp(helloworld.h) beside qt4_automoc(helloworld.cpp). I always thought that qt4_automoc can recognize it. I would like to avoid the mo