diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-02-02 10:09:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-02-02 10:28:12 (GMT) |
commit | 2739a6f97e843240890e38d68505f5595bba4470 (patch) | |
tree | a7189abeb3723361ff7a2680ea254dfe20ea9da7 /Help/index.rst | |
parent | 6385c7151631a4ac72490540fe75cb0b9ebbedf5 (diff) | |
download | CMake-2739a6f97e843240890e38d68505f5595bba4470.zip CMake-2739a6f97e843240890e38d68505f5595bba4470.tar.gz CMake-2739a6f97e843240890e38d68505f5595bba4470.tar.bz2 |
Help: Move Qt tool invocation information to a generic cmake-qt manual.
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.
Diffstat (limited to 'Help/index.rst')
-rw-r--r-- | Help/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/index.rst b/Help/index.rst index 551db75..7fce223 100644 --- a/Help/index.rst +++ b/Help/index.rst @@ -35,6 +35,7 @@ Reference Manuals /manual/cmake-packages.7 /manual/cmake-policies.7 /manual/cmake-properties.7 + /manual/cmake-qt.7 /manual/cmake-toolchains.7 /manual/cmake-variables.7 |