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>