summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTOUIC.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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.