summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_AUTOUIC.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Improve formatting of variable documentationJames Johnston2015-08-211-2/+2
| | | | | | | | Improve formatting, primarily by: * Adding links to relevant commands, properties, generators, and so on. * Converting code, symbols, paths, and so on to fixed-width fonts. * Hard wrapping lines to 80 characters or less.
* Help: Reformat Qt autogenerator documentation.Stephen Kelly2014-01-041-1/+1
|
* Add automatic uic invocation for Qt.Stephen Kelly2013-10-241-0/+7
The source files are already processed by cmQtAutomoc to look for moc includes, so extend that to also look for ui_ includes and find corresponding .ui files to process. This replaces the need to invoke qt4_wrap_ui(). As the ui files are not likely to be part of the SOURCES of the target, store the options associated with them separately in the cmMakefile for querying during the autogen run.