Skip to content

Commit 2069dc7

Browse files
committedOct 15, 2018
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
1 parent 9cae77f commit 2069dc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎cmake/FindQScintilla.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ ELSE(EXISTS QSCINTILLA_VERSION_STR)
5656
"${QT_INCLUDE_DIR}"
5757
/usr/local/include
5858
/usr/include
59+
PATH_SUFFIXES qt
5960
)
6061

6162
IF(QSCINTILLA_LIBRARY AND QSCINTILLA_INCLUDE_DIR)

0 commit comments

Comments
 (0)
Please sign in to comment.