View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009892CMakeModulespublic2009-11-13 00:092016-06-10 14:31
ReporterAnton Deguet 
Assigned ToClinton Stimpson 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0009892: Add options to qt_wrap_ui to control the name of generated file
DescriptionThe 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_)
TagsNo tags attached.
Attached Files

 Relationships
has duplicate 0011641closedClinton Stimpson Feature request: extend QT_WRAP_UI 

  Notes
(0041616)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2009-11-13 00:09 Anton Deguet New Issue
2009-11-13 07:30 Bill Hoffman Status new => assigned
2009-11-13 07:30 Bill Hoffman Assigned To => Clinton Stimpson
2012-08-13 23:25 Clinton Stimpson Status assigned => backlog
2013-11-02 09:52 Stephen Kelly Relationship added has duplicate 0011641
2016-06-10 14:27 Kitware Robot Note Added: 0041616
2016-06-10 14:27 Kitware Robot Status backlog => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team