Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Adjust the QtAutogen properties to the common style. | Stephen Kelly | 2014-02-06 | 1 | -8/+10 |
| | | | | Link to the cmake-qt manual. | ||||
* | Help: Reformat Qt autogenerator documentation. | Stephen Kelly | 2014-01-04 | 1 | -10/+10 |
| | |||||
* | Add automatic uic invocation for Qt. | Stephen Kelly | 2013-10-24 | 1 | -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. |