mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
Add qt PATH_SUFFIXES to find QScintilla2 includes; match conda-forge qt
For builds using dependencies from conda-forge, also search in qt recipe's include path at <prefix>/include/qt
This commit is contained in:
parent
9cae77f262
commit
2069dc7a97
@ -56,6 +56,7 @@ ELSE(EXISTS QSCINTILLA_VERSION_STR)
|
|||||||
"${QT_INCLUDE_DIR}"
|
"${QT_INCLUDE_DIR}"
|
||||||
/usr/local/include
|
/usr/local/include
|
||||||
/usr/include
|
/usr/include
|
||||||
|
PATH_SUFFIXES qt
|
||||||
)
|
)
|
||||||
|
|
||||||
IF(QSCINTILLA_LIBRARY AND QSCINTILLA_INCLUDE_DIR)
|
IF(QSCINTILLA_LIBRARY AND QSCINTILLA_INCLUDE_DIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user