Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Mention both target and source properties for AUTO..._OPTIONS | Craig Scott | 2020-01-09 | 1 | -2/+5 |
| | |||||
* | Help: Autogen: Overhaul AUTOUIC target property documentation | Sebastian Holtermann | 2019-06-19 | 1 | -26/+61 |
| | |||||
* | 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: Add documentation for (CMAKE_)AUTOGEN_PARALLEL | Sebastian Holtermann | 2018-01-17 | 1 | -0/+3 |
| | |||||
* | Autogen: Docs: Add documentation internal links | Sebastian Holtermann | 2017-09-25 | 1 | -2/+2 |
| | |||||
* | Autogen: Update documentation for per-config include dir | Sebastian Holtermann | 2017-08-05 | 1 | -0/+3 |
| | |||||
* | Autogen: Do not use per-config file suffixes with VS yet | Brad King | 2017-06-07 | 1 | -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 Holtermann | 2017-05-26 | 1 | -2/+7 |
| | | | | | Closes #14760 Closes #14313 | ||||
* | Autogen: Add AUTOUIC_SEARCH_PATHS documentation | Sebastian Holtermann | 2017-03-02 | 1 | -2/+7 |
| | |||||
* | AUTOGEN: Documentation update: cmake-qt, AUTOMOC, AUTOUIC, AUTORCC | Sebastian Holtermann | 2017-01-11 | 1 | -0/+3 |
| | |||||
* | Help: Adjust the QtAutogen properties to the common style. | Stephen Kelly | 2014-02-06 | 1 | -8/+10 |
| | | | | Link to the cmake-qt manual. | ||||
* | Help: Reformat Qt autogenerator documentation. | Stephen Kelly | 2014-01-04 | 1 | -10/+10 |
| | |||||
* | Add automatic uic invocation for Qt. | Stephen Kelly | 2013-10-24 | 1 | -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. |