Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Fix broken cross-references reported by 'nitpicky' option | Brad King | 2014-11-07 | 1 | -1/+1 |
| | | | | | Enable the Sphinx 'nitpicky' option and fix the resulting warnings about dangling references. | ||||
* | Help: Reformat Qt autogenerator documentation. | Stephen Kelly | 2014-01-04 | 1 | -5/+5 |
| | |||||
* | Add automatic uic invocation for Qt. | Stephen Kelly | 2013-10-24 | 1 | -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. |