On Sat, Jul 31, 2010 at 11:28 PM, John Drescher <[email protected]> wrote:
> On Sat, Jul 31, 2010 at 9:05 AM, 1+1=2 <[email protected]> wrote:
>> Thanks for your answer.
>>
>> when use QT4_WRAP_CPP( Generated_MOC_SRCS main.cpp ),  moc_main.cxx
>> will be generated.
>> then I use #include "moc_main.cxx" instead of #include "main.moc"
>>
>> but ${Generated_MOC_SRCS}  can not be added to  ADD_EXECUTABLE.
>> otherwise moc_main.cxx will be compiled too.
>>
> You want moc_main.cxx to be compiled otherwise you will have link errors.
>
No, the file moc_main.cxx has been included in main.cpp through
#include "moc_main.cxx". And this works.

But what I want is: the name of  the moc file which is genenrated from
main.cpp is main.moc, just as qmake does

Debao.
>
> John
>
_______________________________________________
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