MantisBT - CMake
View Issue Details
0009892CMakeModulespublic2009-11-13 00:092016-06-10 14:31
Anton Deguet 
Clinton Stimpson 
normalminoralways
closedmoved 
CMake-2-6 
 
0009892: Add options to qt_wrap_ui to control the name of generated file
The macro qt_wrap_ui has to generate the name of the output file generated by `uic`. It currently uses:
 SET(outfile ${CMAKE_CURRENT_BINARY_DIR}/ui_${outfile}.h)

For some applications, it would be nice to give an option to the user to either:
- define the output file name
or
- provide the output directory (instead of ${CMAKE_CURRENT_BINARY_DIR})
- provide the file prefix (instead of ui_)
No tags attached.
has duplicate 0011641closed Clinton Stimpson Feature request: extend QT_WRAP_UI 
Issue History
2009-11-13 00:09Anton DeguetNew Issue
2009-11-13 07:30Bill HoffmanStatusnew => assigned
2009-11-13 07:30Bill HoffmanAssigned To => Clinton Stimpson
2012-08-13 23:25Clinton StimpsonStatusassigned => backlog
2013-11-02 09:52Stephen KellyRelationship addedhas duplicate 0011641
2016-06-10 14:27Kitware RobotNote Added: 0041616
2016-06-10 14:27Kitware RobotStatusbacklog => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0041616)
Kitware Robot   
2016-06-10 14:27   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.