summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-qt.7.rst
Commit message (Collapse)AuthorAgeFilesLines
* Autogen: Doc: Update documentation for (CMAKE_)AUTOMOC_MACRO_NAMESSebastian Holtermann2017-09-281-6/+5
|
* Autogen: Docs: Add documentation internal linksSebastian Holtermann2017-09-251-4/+4
|
* Autogen: Doc: Add Visual Studio PRE_BUILD note to cmake-qt.rstSebastian Holtermann2017-09-071-0/+18
|
* Autogen: Add documentation for AUTOMOC_MACRO_NAMESSebastian Holtermann2017-08-181-0/+4
|
* Merge branch 'backport-autogen-autouic-lookup' into autogen-autouic-lookupBrad King2017-08-151-6/+15
|\
| * Autogen: Update AUTOUIC documentation for search pathsSebastian Holtermann2017-08-151-6/+13
| |
* | Autogen: Update documentation for per-config include dirSebastian Holtermann2017-08-051-0/+6
|/
* Autogen: Do not use per-config file suffixes with VS yetBrad King2017-06-071-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 Holtermann2017-05-261-4/+19
| | | | | Closes #14760 Closes #14313
* Autogen: Add AUTOUIC_SEARCH_PATHS documentationSebastian Holtermann2017-03-021-1/+3
|
* Autogen: Add AUTOMOC_DEPEND_FILTERS documentationSebastian Holtermann2017-02-231-0/+3
|
* Autogen: Documentation updateSebastian Holtermann2017-02-211-9/+13
| | | | Closes #15254
* AUTOGEN: Documentation update: cmake-qt, AUTOMOC, AUTOUIC, AUTORCCSebastian Holtermann2017-01-111-0/+9
|
* QtAutogen: CMake-Qt documentation updateSebastian Holtermann2016-12-071-9/+14
|
* Help: Update example Qt 5 find_package call to add missing componentThiago M. de C. Marques2016-11-021-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 COMPONENTSMarcus D. Hanwell2016-11-011-1/+1
|
* Help: Drop TOC from latex manualsBrad King2014-11-061-1/+1
| | | | A latex document can have its own TOC.
* Help: Use "^^^^" for subsubsection headersBrad King2014-06-021-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 Kelly2014-03-261-1/+1
| | | | Do -> To.
* Help: Add additional hyperlink targetsStephen Kelly2014-02-091-0/+3
|
* Help: Add information about INTERFACE_AUTOUIC_OPTIONS.Stephen Kelly2014-02-021-0/+40
|
* Help: Note that AUTOMOC consumes the defines and includes from targets.Stephen Kelly2014-02-021-0/+4
|
* Help: Move Qt tool invocation information to a generic cmake-qt manual.Stephen Kelly2014-02-021-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.