summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTOMOC.rst
Commit message (Collapse)AuthorAgeFilesLines
* AUTOGEN: Documentation update: cmake-qt, AUTOMOC, AUTOUIC, AUTORCCSebastian Holtermann2017-01-111-0/+3
|
* QtAutogen: AUTOMOC documentation updateSebastian Holtermann2016-12-071-5/+6
|
* QtAutogen: Generate moc compilation in _automoc.dir/moc_compilation.cppSebastian Holtermann2016-12-071-1/+1
|
* Autogen: Check added for name collisions of generated moc filesSebastian Holtermann2016-04-221-1/+7
| | | | | The test exits with an error if two or more source files would generate the same moc file.
* Help: Improve AUTOMOC documentation layoutBrad King2016-04-221-16/+23
|
* Help: Adjust the QtAutogen properties to the common style.Stephen Kelly2014-02-061-5/+8
| | | | Link to the cmake-qt manual.
* Help: Be clearer about which header files are considered for AUTOMOCAlex Merry2014-02-041-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 Kelly2014-01-041-16/+16
|
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+31
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.