Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add automatic rcc invocation for Qt. | Stephen Kelly | 2013-10-24 | 1 | -0/+4 |
| | | | | | This replaces the need to invoke qt4_add_resources by allowing adding the source .qrc file directly to the target sources. | ||||
* | Add automatic uic invocation for Qt. | Stephen Kelly | 2013-10-24 | 1 | -0/+5 |
| | | | | | | | | | | | | 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. | ||||
* | Record which files are skipped by automoc. | Stephen Kelly | 2013-10-24 | 1 | -0/+1 |
| | | | | They may not be skipped by autouic. | ||||
* | Rename the AutomocInfo.cmake file to be more generic. | Stephen Kelly | 2013-10-24 | 1 | -0/+14 |