summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTOMOC.rst
Commit message (Collapse)AuthorAgeFilesLines
* Autogen: Add documentation for AUTOMOC_MACRO_NAMESSebastian Holtermann2017-08-181-5/+9
|
* Autogen: Update documentation for per-config include dirSebastian Holtermann2017-08-051-0/+3
|
* Autogen: Do not use per-config file suffixes with VS yetBrad King2017-06-071-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 Holtermann2017-05-261-11/+24
| | | | | Closes #14760 Closes #14313
* Autogen: Add AUTOGEN_SOURCE_GROUP documentationSebastian Holtermann2017-03-161-0/+3
|
* Autogen: Add AUTOMOC_DEPEND_FILTERS documentationSebastian Holtermann2017-02-231-0/+3
|
* Autogen: Documentation updateSebastian Holtermann2017-02-211-22/+32
| | | | Closes #15254
* 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.