diff options
author | Brad King <brad.king@kitware.com> | 2014-06-02 17:16:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-06-02 18:00:33 (GMT) |
commit | 4207b3a3bb60a83aa9ea01f1288e426f3dc9e46b (patch) | |
tree | 1e09b2698b46b70e240c84d3c84943fc0d997813 /Help/manual/cmake-qt.7.rst | |
parent | 7b888a56242f451ce6771145f5864ec51abd0885 (diff) | |
download | CMake-4207b3a3bb60a83aa9ea01f1288e426f3dc9e46b.zip CMake-4207b3a3bb60a83aa9ea01f1288e426f3dc9e46b.tar.gz CMake-4207b3a3bb60a83aa9ea01f1288e426f3dc9e46b.tar.bz2 |
Help: Use "^^^^" for subsubsection headers
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.
Diffstat (limited to 'Help/manual/cmake-qt.7.rst')
-rw-r--r-- | Help/manual/cmake-qt.7.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/manual/cmake-qt.7.rst b/Help/manual/cmake-qt.7.rst index cad4951..fe8d62d 100644 --- a/Help/manual/cmake-qt.7.rst +++ b/Help/manual/cmake-qt.7.rst @@ -54,7 +54,7 @@ CMake. Target dependencies may be added to that custom target by adding them to the :prop_tgt:`AUTOGEN_TARGET_DEPENDS` target property. AUTOMOC -''''''' +^^^^^^^ The :prop_tgt:`AUTOMOC` target property controls whether :manual:`cmake(1)` inspects the C++ files in the target to determine if they require ``moc`` to @@ -84,7 +84,7 @@ variable may be populated to pre-set the options for all following targets. .. _`Qt AUTOUIC`: AUTOUIC -''''''' +^^^^^^^ The :prop_tgt:`AUTOUIC` target property controls whether :manual:`cmake(1)` inspects the C++ files in the target to determine if they require ``uic`` to @@ -147,7 +147,7 @@ result of linking with the :prop_tgt:`IMPORTED` target: .. _`Qt AUTORCC`: AUTORCC -''''''' +^^^^^^^ The :prop_tgt:`AUTORCC` target property controls whether :manual:`cmake(1)` creates rules to execute ``rcc`` at the appropriate time on source files |