summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-03-26 16:50:08 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-03-26 16:50:08 (GMT)
commitdcfbbe87eb1d1fc748b794f105285523d3b12b1b (patch)
tree9de0bceccb7996a0e546978c1b3724948e83874c /Help/manual
parent6a85d624a8d5e48080785d5aacd48badc4d41d99 (diff)
downloadCMake-dcfbbe87eb1d1fc748b794f105285523d3b12b1b.zip
CMake-dcfbbe87eb1d1fc748b794f105285523d3b12b1b.tar.gz
CMake-dcfbbe87eb1d1fc748b794f105285523d3b12b1b.tar.bz2
Help: Fix typo in cmake-qt manual.
Do -> To.
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-qt.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-qt.7.rst b/Help/manual/cmake-qt.7.rst
index e4c3246..cad4951 100644
--- a/Help/manual/cmake-qt.7.rst
+++ b/Help/manual/cmake-qt.7.rst
@@ -173,7 +173,7 @@ The Qt 4 and 5 :prop_tgt:`IMPORTED` targets for the QtGui libraries specify
that the qtmain.lib static library shipped with Qt will be linked by all
dependent executables which have the :prop_tgt:`WIN32_EXECUTABLE` enabled.
-Do disable this behavior, enable the ``Qt5_NO_LINK_QTMAIN`` target property for
+To disable this behavior, enable the ``Qt5_NO_LINK_QTMAIN`` target property for
Qt 5 based targets or ``QT4_NO_LINK_QTMAIN`` target property for Qt 4 based
targets.