diff options
author | Brad King <brad.king@kitware.com> | 2014-06-02 18:11:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-06-02 18:11:54 (GMT) |
commit | 06ab7db30c4f24e9f7840ef0204ab41e71c496c0 (patch) | |
tree | 095911f40b5592b49a7095dbb7391a09f56ab6a6 /Modules/FindQt4.cmake | |
parent | 02d540c758637a2abda598860fb10ef32c7eca39 (diff) | |
download | CMake-06ab7db30c4f24e9f7840ef0204ab41e71c496c0.zip CMake-06ab7db30c4f24e9f7840ef0204ab41e71c496c0.tar.gz CMake-06ab7db30c4f24e9f7840ef0204ab41e71c496c0.tar.bz2 |
FindQt4: Use standard section header underline convention
The FindQt4 module is a CMake Domain object of type "module".
Our convention for domain object document titles is "------"
and domain object document sections is "^^^^^^". Switch to
these within the FindQt4 documentation.
Diffstat (limited to 'Modules/FindQt4.cmake')
-rw-r--r-- | Modules/FindQt4.cmake | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index 9487a62..c930042 100644 --- a/Modules/FindQt4.cmake +++ b/Modules/FindQt4.cmake @@ -1,9 +1,9 @@ #.rst: # FindQt4 -# ******* +# ------- # # Finding and Using Qt4 -# ===================== +# ^^^^^^^^^^^^^^^^^^^^^ # # This module can be used to find Qt4. The most important issue is that # the Qt4 qmake is available via the system path. This qmake is then @@ -30,7 +30,7 @@ # property to ``TRUE`` on the executable. # # Qt Build Tools -# ============== +# ^^^^^^^^^^^^^^ # # Qt relies on some bundled tools for code generation, such as ``moc`` for # meta-object code generation,``uic`` for widget layout and population, @@ -39,7 +39,7 @@ # are met. See :manual:`cmake-qt(7)` for more. # # Qt Macros -# ========= +# ^^^^^^^^^ # # In some cases it can be necessary or useful to invoke the Qt build tools in a # more-manual way. Several macros are available to add targets for such uses. @@ -194,7 +194,7 @@ # # # IMPORTED Targets -# ================ +# ^^^^^^^^^^^^^^^^ # # A particular Qt library may be used by using the corresponding # :prop_tgt:`IMPORTED` target with the :command:`target_link_libraries` @@ -271,7 +271,7 @@ # The phonon target # # Result Variables -# ================ +# ^^^^^^^^^^^^^^^^ # # Below is a detailed list of variables that FindQt4.cmake sets. # |