[Cmake-commits] CMake branch, next, updated. v3.0.0-rc6-3479-gf772369

Brad King brad.king at kitware.com
Mon Jun 2 14:11:01 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  f7723694799096551475a184305b34a9f53e64ed (commit)
       via  06ab7db30c4f24e9f7840ef0204ab41e71c496c0 (commit)
      from  ab8ee10657316054b2b01c0d0de2ea69c37eec09 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f7723694799096551475a184305b34a9f53e64ed
commit f7723694799096551475a184305b34a9f53e64ed
Merge: ab8ee10 06ab7db
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 2 14:11:01 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 2 14:11:01 2014 -0400

    Merge topic 'FindQt4-doc-section-underlines' into next
    
    06ab7db3 FindQt4: Use standard section header underline convention


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=06ab7db30c4f24e9f7840ef0204ab41e71c496c0
commit 06ab7db30c4f24e9f7840ef0204ab41e71c496c0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 2 14:11:54 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 2 14:11:54 2014 -0400

    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.

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.
 #

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindQt4.cmake |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list