Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Mention both target and source properties for AUTO..._OPTIONS | Craig Scott | 2020-01-09 | 1 | -3/+4 |
| | |||||
* | Help: Autogen: Overhaul AUTORCC target property documentation | Sebastian Holtermann | 2019-06-19 | 1 | -18/+33 |
| | |||||
* | Autogen: Add AUTO(MOC|RCC|UIC)_EXECUTABLE target properties | Tobias Hunger | 2019-01-10 | 1 | -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_TARGET | Sebastian Holtermann | 2018-11-11 | 1 | -0/+4 |
| | |||||
* | Autogen: Update <ORIGIN>_autogen target documentation | Sebastian Holtermann | 2018-11-05 | 1 | -1/+1 |
| | |||||
* | Autogen: Documentation: Update for AUTORCC changes | Sebastian Holtermann | 2018-02-03 | 1 | -0/+5 |
| | |||||
* | Autogen: Add AUTOGEN_SOURCE_GROUP documentation | Sebastian Holtermann | 2017-03-16 | 1 | -0/+3 |
| | |||||
* | AUTOGEN: Documentation update: cmake-qt, AUTOMOC, AUTOUIC, AUTORCC | Sebastian Holtermann | 2017-01-11 | 1 | -0/+3 |
| | |||||
* | Help: Document AUTORCC behavior for same .qrc name case | Sebastian Holtermann | 2016-08-15 | 1 | -0/+5 |
| | |||||
* | Help: Adjust the QtAutogen properties to the common style. | Stephen Kelly | 2014-02-06 | 1 | -6/+8 |
| | | | | Link to the cmake-qt manual. | ||||
* | Help: Reformat Qt autogenerator documentation. | Stephen Kelly | 2014-01-04 | 1 | -7/+7 |
| | |||||
* | Add automatic rcc invocation for Qt. | Stephen Kelly | 2013-10-24 | 1 | -0/+21 |
This replaces the need to invoke qt4_add_resources by allowing adding the source .qrc file directly to the target sources. |