Hi,

Is there a way to specify the output directory of QT_WRAP_UI where the
generated header files will be put? I am porting a VC++-based project
and files are included with the relative paths, so if the ui file is
placed in
Lib1/dir1/file1.ui
I want the output generated in
CMAKE_BINARY_DIR/lib1/dir1/file1Base.h

It seems that there is no such option, so I wrote my own macro using
add_custom_command, but it would be nice to just rely on the build-in
command.
_______________________________________________
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