Do I actually need moc generated files per build comfiguration?<br><br><div class="gmail_quote">On Mon, Nov 2, 2009 at 4:21 PM, elizabeta petreska <span dir="ltr">&lt;<a href="mailto:elizabeta.petreska@gmail.com">elizabeta.petreska@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello<br><br>how to control where the generated moc files go ?<br><br>I am using this macro like this :<br><br>FILE(GLOB MOC_HEADERS<br>
  moc/*.h ) <br><br>QT4_WRAP_CPP(out_moc_files ${MOC_HEADERS})<br><br>And the generated files are going in my CMAKE_BINARY_DIR.<br>
<br>What to do if I want the generated files to go to CMAKE_BINARY_DIR/debug or CMAKE_BINARY_DIR/release, i.e where I can set the file path ?<br><br>Thanks<br><br><br><br><br>
</blockquote></div><br>