Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autogen: Add support for global ``autogen`` and ``autorcc`` targets | Sebastian Holtermann | 2018-11-11 | 1 | -1/+16 |
| | | | | | | | | | | | | | | This teaches CMake the variables - CMAKE_GLOBAL_AUTOGEN_TARGET - CMAKE_GLOBAL_AUTOGEN_TARGET_NAME - CMAKE_GLOBAL_AUTORCC_TARGET - CMAKE_GLOBAL_AUTORCC_TARGET_NAME which control the generation of global ``autogen`` and ``autorcc`` targets. Closes #17721 | ||||
* | Autogen: Add cmQtAutoGenGlobalInitializer class | Sebastian Holtermann | 2018-11-11 | 1 | -0/+32 |
This moves the global ``AUTOMOC/UIC/RCC`` targets initializer generation code into a separate new ``cmQtAutoGenGlobalInitializer`` class. |