mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
Help: Add link to cmake-qt(7) to FindQt.cmake.
This commit is contained in:
committed by
Craig Scott
parent
092a0b104a
commit
c9cedd675b
@@ -5,9 +5,12 @@
|
||||
# FindQt
|
||||
# ------
|
||||
#
|
||||
# Searches for all installed versions of Qt.
|
||||
# Searches for all installed versions of Qt3 or Qt4.
|
||||
#
|
||||
# This should only be used if your project can work with multiple
|
||||
# This module cannot handle Qt5 or any later versions.
|
||||
# For those, see :manual:`cmake-qt(7)`.
|
||||
#
|
||||
# This module should only be used if your project can work with multiple
|
||||
# versions of Qt. If not, you should just directly use FindQt4 or
|
||||
# FindQt3. If multiple versions of Qt are found on the machine, then
|
||||
# The user must set the option DESIRED_QT_VERSION to the version they
|
||||
@@ -16,9 +19,6 @@
|
||||
# or FindQt4 module is included. Once the user sets DESIRED_QT_VERSION,
|
||||
# then the FindQt3 or FindQt4 module is included.
|
||||
#
|
||||
# This module can only detect and switch between Qt versions 3 and 4. It
|
||||
# cannot handle Qt5 or any later versions.
|
||||
#
|
||||
# ::
|
||||
#
|
||||
# QT_REQUIRED if this is set to TRUE then if CMake can
|
||||
|
||||
Reference in New Issue
Block a user