summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTORCC.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Mention both target and source properties for AUTO..._OPTIONSCraig Scott2020-01-091-3/+4
|
* Help: Autogen: Overhaul AUTORCC target property documentationSebastian Holtermann2019-06-191-18/+33
|
* 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: Documentation: Update for AUTORCC changesSebastian Holtermann2018-02-031-0/+5
|
* Autogen: Add AUTOGEN_SOURCE_GROUP documentationSebastian Holtermann2017-03-161-0/+3
|
* AUTOGEN: Documentation update: cmake-qt, AUTOMOC, AUTOUIC, AUTORCCSebastian Holtermann2017-01-111-0/+3
|
* Help: Document AUTORCC behavior for same .qrc name caseSebastian Holtermann2016-08-151-0/+5
|
* Help: Adjust the QtAutogen properties to the common style.Stephen Kelly2014-02-061-6/+8
| | | | Link to the cmake-qt manual.
* Help: Reformat Qt autogenerator documentation.Stephen Kelly2014-01-041-7/+7
|
* Add automatic rcc invocation for Qt.Stephen Kelly2013-10-241-0/+21
This replaces the need to invoke qt4_add_resources by allowing adding the source .qrc file directly to the target sources.