Hello Following problem: I'd like to configure CMake to place the uis and the mocs of Qt in a specific directory (thus not cluttering up my source trees). Is there an easy way to achieve this? Of course I then have to specifiy where those files are for the build to no fail...
My source tree looks like this: CMakeLists.txt ( add_subdirectory(sources) ) sources/ ->CMakeLists.txt ->include/*.hpp ->src/*.cpp ->ui/*.ui ->generated/ (this is where I'd like to place the mocified headers and uis [as an example]) Thanks for any hints/sources/info Peter _______________________________________________ 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