summaryrefslogtreecommitdiffstats
path: root/Help/prop_sf/AUTOUIC_OPTIONS.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Fix broken cross-references reported by 'nitpicky' optionBrad King2014-11-071-1/+1
| | | | | Enable the Sphinx 'nitpicky' option and fix the resulting warnings about dangling references.
* Help: Reformat Qt autogenerator documentation.Stephen Kelly2014-01-041-5/+5
|
* Add automatic uic invocation for Qt.Stephen Kelly2013-10-241-0/+14
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.