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 moc file include at the end of my source line. I would like
to link that generated moc at linkage time, mostly.

Thank you in advance.

Best Regards,
Laszlo Papp
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to