Merge topic 'Qt4-WIN32-doc'

0f5dfd10 Help: Specify that qtmain.lib is only used for WIN32 executables.
This commit is contained in:
Brad King 2014-02-06 11:10:24 -05:00 committed by CMake Topic Stage
commit 0795aed638
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
# .. note::
#
# When using :prop_tgt:`IMPORTED` targets, the qtmain.lib static library is
# automatically linked on Windows. To disable that globally, set the
# automatically linked on Windows for :variable:`WIN32 <WIN32_EXECUTABLE>`
# executables. To disable that globally, set the
# ``QT4_NO_LINK_QTMAIN`` variable before finding Qt4. To disable that
# for a particular executable, set the ``QT4_NO_LINK_QTMAIN`` target
# property to ``TRUE`` on the executable.