summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-qt.7.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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.