Skip to content

Commit

Permalink
Add qt PATH_SUFFIXES to find QScintilla2 includes; match conda-forge qt
Browse files Browse the repository at this point in the history
For builds using dependencies from conda-forge, also search in qt
recipe's include path at <prefix>/include/qt
  • Loading branch information
dakcarto committed Oct 15, 2018
1 parent 9cae77f commit 2069dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/FindQScintilla.cmake
Expand Up @@ -56,6 +56,7 @@ ELSE(EXISTS QSCINTILLA_VERSION_STR)
"${QT_INCLUDE_DIR}"
/usr/local/include
/usr/include
PATH_SUFFIXES qt
)

IF(QSCINTILLA_LIBRARY AND QSCINTILLA_INCLUDE_DIR)
Expand Down

0 comments on commit 2069dc7

Please sign in to comment.