mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Added support for finding qt-mtedu, the educational version of Qt.
This commit is contained in:
@@ -48,7 +48,7 @@ ENDIF(QT_INCLUDE_DIR)
|
||||
|
||||
IF (QT_MT_REQUIRED)
|
||||
FIND_LIBRARY(QT_QT_LIBRARY
|
||||
NAMES qt-mt qt-mt${qt_version_str_lib} qt-mt230nc
|
||||
NAMES qt-mt qt-mt${qt_version_str_lib} qt-mtedu${qt_version_str_lib} qt-mt230nc
|
||||
PATHS
|
||||
$ENV{QTDIR}/lib
|
||||
/usr/local/qt/lib
|
||||
@@ -62,7 +62,7 @@ IF (QT_MT_REQUIRED)
|
||||
|
||||
ELSE (QT_MT_REQUIRED)
|
||||
FIND_LIBRARY(QT_QT_LIBRARY
|
||||
NAMES qt qt-${qt_version_str_lib} qt-mt qt-mt230nc
|
||||
NAMES qt qt-${qt_version_str_lib} qt-edu${qt_version_str_lib} qt-mt qt-mt230nc
|
||||
PATHS
|
||||
$ENV{QTDIR}/lib
|
||||
/usr/local/qt/lib
|
||||
|
||||
Reference in New Issue
Block a user