Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autogen: Add documentation for AUTOMOC_MACRO_NAMES | Sebastian Holtermann | 2017-08-18 | 1 | -5/+9 |
| | |||||
* | Autogen: Update documentation for per-config include dir | Sebastian Holtermann | 2017-08-05 | 1 | -0/+3 |
| | |||||
* | Autogen: Do not use per-config file suffixes with VS yet | Brad King | 2017-06-07 | 1 | -7/+0 |
| | | | | | | | | | The change in commit v3.9.0-rc1~42^2~1 (Autogen: Per-config file suffixes, 2017-05-15) broke Visual Studio builds because the generators do not yet fully support per-config sources. Disable the behavior on Visual Studio generators for now. Fixes: #16939 | ||||
* | Autogen: Per-config file suffixes. New AUTOGEN_BUILD_DIR target property. | Sebastian Holtermann | 2017-05-26 | 1 | -11/+24 |
| | | | | | Closes #14760 Closes #14313 | ||||
* | Autogen: Add AUTOGEN_SOURCE_GROUP documentation | Sebastian Holtermann | 2017-03-16 | 1 | -0/+3 |
| | |||||
* | Autogen: Add AUTOMOC_DEPEND_FILTERS documentation | Sebastian Holtermann | 2017-02-23 | 1 | -0/+3 |
| | |||||
* | Autogen: Documentation update | Sebastian Holtermann | 2017-02-21 | 1 | -22/+32 |
| | | | | Closes #15254 | ||||
* | 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. |