Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AUTOGEN: Documentation update: cmake-qt, AUTOMOC, AUTOUIC, AUTORCC | Sebastian Holtermann | 2017-01-11 | 1 | -0/+3 |
| | |||||
* | QtAutogen: AUTOMOC documentation update | Sebastian Holtermann | 2016-12-07 | 1 | -5/+6 |
| | |||||
* | QtAutogen: Generate moc compilation in _automoc.dir/moc_compilation.cpp | Sebastian Holtermann | 2016-12-07 | 1 | -1/+1 |
| | |||||
* | Autogen: Check added for name collisions of generated moc files | Sebastian Holtermann | 2016-04-22 | 1 | -1/+7 |
| | | | | | The test exits with an error if two or more source files would generate the same moc file. | ||||
* | Help: Improve AUTOMOC documentation layout | Brad King | 2016-04-22 | 1 | -16/+23 |
| | |||||
* | Help: Adjust the QtAutogen properties to the common style. | Stephen Kelly | 2014-02-06 | 1 | -5/+8 |
| | | | | Link to the cmake-qt manual. | ||||
* | Help: Be clearer about which header files are considered for AUTOMOC | Alex Merry | 2014-02-04 | 1 | -2/+5 |
| | | | | | | | | The old documentation stated that "all header files" were considered, which was not true for any sensible definition of "all header files". Only header files with certain names are considered. Document the filename patterns matched for parsing. | ||||
* | Help: Reformat Qt autogenerator documentation. | Stephen Kelly | 2014-01-04 | 1 | -16/+16 |
| | |||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+31 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |