summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTOUIC.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Adjust the QtAutogen properties to the common style.Stephen Kelly2014-02-061-8/+10
| | | | Link to the cmake-qt manual.
* Help: Reformat Qt autogenerator documentation.Stephen Kelly2014-01-041-10/+10
|
* Add automatic uic invocation for Qt.Stephen Kelly2013-10-241-0/+22
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.