summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTOUIC.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Mention both target and source properties for AUTO..._OPTIONSCraig Scott2020-01-091-2/+5
|
* Help: Autogen: Overhaul AUTOUIC target property documentationSebastian Holtermann2019-06-191-26/+61
|
* Autogen: Add AUTO(MOC|RCC|UIC)_EXECUTABLE target propertiesTobias Hunger2019-01-101-0/+3
| | | | | | | | | | Allow to force moc/rcc/uic compiler used for AUTO(MOC|RCC|UIC). Setting these properties is only necessary if you are going to do strange things like build these tools as part of your own build system. Setting these properties will also prevent cmake from testing the binary: It is user-provided and assumed to be valid.
* Autogen: Add documentation for CMAKE_GLOBAL_AUTOGEN/RCC_TARGETSebastian Holtermann2018-11-111-0/+4
|
* Autogen: Update <ORIGIN>_autogen target documentationSebastian Holtermann2018-11-051-1/+1
|
* Autogen: Add documentation for (CMAKE_)AUTOGEN_PARALLELSebastian Holtermann2018-01-171-0/+3
|
* Autogen: Docs: Add documentation internal linksSebastian Holtermann2017-09-251-2/+2
|
* 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-3/+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-2/+7
| | | | | Closes #14760 Closes #14313
* Autogen: Add AUTOUIC_SEARCH_PATHS documentationSebastian Holtermann2017-03-021-2/+7
|
* AUTOGEN: Documentation update: cmake-qt, AUTOMOC, AUTOUIC, AUTORCCSebastian Holtermann2017-01-111-0/+3
|
* Help: Adjust the QtAutogen properties to the common style.Stephen Kelly2014-02-061-8/+10
| | | | Link to the cmake-qt manual.
* Help: Reformat Qt autogenerator documentation.Stephen Kelly2014-01-041-10/+10
|
* Add automatic uic invocation for Qt.Stephen Kelly2013-10-241-0/+22
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.