Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autogen: Add documentation for CMAKE_GLOBAL_AUTOGEN/RCC_TARGET | Sebastian Holtermann | 2018-11-11 | 1 | -0/+1 |
| | |||||
* | Autogen: Update <ORIGIN>_autogen target documentation | Sebastian Holtermann | 2018-11-05 | 1 | -15/+23 |
| | |||||
* | Autogen: Documentation: Update for AUTORCC changes | Sebastian Holtermann | 2018-02-03 | 1 | -11/+8 |
| | |||||
* | Autogen: Add documentation for (CMAKE_)AUTOGEN_PARALLEL | Sebastian Holtermann | 2018-01-17 | 1 | -1/+2 |
| | |||||
* | Autogen: Doc: Update documentation for (CMAKE_)AUTOMOC_MACRO_NAMES | Sebastian Holtermann | 2017-09-28 | 1 | -6/+5 |
| | |||||
* | Autogen: Docs: Add documentation internal links | Sebastian Holtermann | 2017-09-25 | 1 | -4/+4 |
| | |||||
* | Autogen: Doc: Add Visual Studio PRE_BUILD note to cmake-qt.rst | Sebastian Holtermann | 2017-09-07 | 1 | -0/+18 |
| | |||||
* | Autogen: Add documentation for AUTOMOC_MACRO_NAMES | Sebastian Holtermann | 2017-08-18 | 1 | -0/+4 |
| | |||||
* | Merge branch 'backport-autogen-autouic-lookup' into autogen-autouic-lookup | Brad King | 2017-08-15 | 1 | -6/+15 |
|\ | |||||
| * | Autogen: Update AUTOUIC documentation for search paths | Sebastian Holtermann | 2017-08-15 | 1 | -6/+13 |
| | | |||||
* | | Autogen: Update documentation for per-config include dir | Sebastian Holtermann | 2017-08-05 | 1 | -0/+6 |
|/ | |||||
* | Autogen: Do not use per-config file suffixes with VS yet | Brad King | 2017-06-07 | 1 | -9/+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 | -4/+19 |
| | | | | | Closes #14760 Closes #14313 | ||||
* | Autogen: Add AUTOUIC_SEARCH_PATHS documentation | Sebastian Holtermann | 2017-03-02 | 1 | -1/+3 |
| | |||||
* | Autogen: Add AUTOMOC_DEPEND_FILTERS documentation | Sebastian Holtermann | 2017-02-23 | 1 | -0/+3 |
| | |||||
* | Autogen: Documentation update | Sebastian Holtermann | 2017-02-21 | 1 | -9/+13 |
| | | | | Closes #15254 | ||||
* | AUTOGEN: Documentation update: cmake-qt, AUTOMOC, AUTOUIC, AUTORCC | Sebastian Holtermann | 2017-01-11 | 1 | -0/+9 |
| | |||||
* | QtAutogen: CMake-Qt documentation update | Sebastian Holtermann | 2016-12-07 | 1 | -9/+14 |
| | |||||
* | Help: Update example Qt 5 find_package call to add missing component | Thiago M. de C. Marques | 2016-11-02 | 1 | -1/+1 |
| | | | | | | | | | | Running CMake on it caused the following error: error: Target "publisher" links to target "Qt5::DBus" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Add the missing DBus component. | ||||
* | Help: Update example Qt 5 find_package call to use COMPONENTS | Marcus D. Hanwell | 2016-11-01 | 1 | -1/+1 |
| | |||||
* | Help: Drop TOC from latex manuals | Brad King | 2014-11-06 | 1 | -1/+1 |
| | | | | A latex document can have its own TOC. | ||||
* | Help: Use "^^^^" for subsubsection headers | Brad King | 2014-06-02 | 1 | -3/+3 |
| | | | | | | This is the convention suggested in the Sphinx documentation and is already used in several other places in the CMake documentation. Update a few places where we were using other characters. | ||||
* | Help: Fix typo in cmake-qt manual. | Stephen Kelly | 2014-03-26 | 1 | -1/+1 |
| | | | | Do -> To. | ||||
* | Help: Add additional hyperlink targets | Stephen Kelly | 2014-02-09 | 1 | -0/+3 |
| | |||||
* | Help: Add information about INTERFACE_AUTOUIC_OPTIONS. | Stephen Kelly | 2014-02-02 | 1 | -0/+40 |
| | |||||
* | Help: Note that AUTOMOC consumes the defines and includes from targets. | Stephen Kelly | 2014-02-02 | 1 | -0/+4 |
| | |||||
* | Help: Move Qt tool invocation information to a generic cmake-qt manual. | Stephen Kelly | 2014-02-02 | 1 | -0/+140 |
Add an introduction about the use of different package types, and the ability to use Qt 4 and 5 versions together in a single buildsystem. Add a section about automatic linking of the qtmain.lib library and how to disable it. |