diff options
author | Brad King <brad.king@kitware.com> | 2014-03-26 13:24:47 -0400 |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-03-26 13:24:47 -0400 |
commit | 63c6325487b860016dec26beac2de8ed22ba16c2 (patch) | |
tree | f9e630311c3d96f606b63b1b435b4b1b49e1089c /Help/manual | |
parent | 6ae3fbfeda6bb753b1674c166d73d26bda6c9ec9 (diff) | |
parent | dcfbbe87eb1d1fc748b794f105285523d3b12b1b (diff) | |
download | cmake-63c6325487b860016dec26beac2de8ed22ba16c2.tar.gz |
Merge topic 'fix-Qt-manual-typo'
dcfbbe87 Help: Fix typo in cmake-qt manual.
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-qt.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-qt.7.rst b/Help/manual/cmake-qt.7.rst index e4c3246ead..cad4951155 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. |