We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 81acd07 commit 1bb7affCopy full SHA for 1bb7aff
cmake/FindQScintilla.cmake
@@ -27,13 +27,14 @@ ELSE(EXISTS QSCINTILLA_VERSION_STR)
27
FIND_PATH(QSCINTILLA_INCLUDE_DIR
28
NAMES Qsci/qsciglobal.h
29
PATHS
30
+ ${Qt5Core_INCLUDE_DIRS}
31
"${QT_INCLUDE_DIR}"
32
/usr/local/include
33
/usr/include
34
)
35
36
if(ENABLE_QT5)
- set(QSCINTILLA_LIBRARY_NAMES qscintilla2-qt5 libqscintilla2-qt5 libqscintilla2-qt5.dylib)
37
+ set(QSCINTILLA_LIBRARY_NAMES qscintilla2-qt5 libqscintilla2-qt5 qt5scintilla2 libqscintilla2-qt5.dylib)
38
else(ENABLE_QT5)
39
set(QSCINTILLA_LIBRARY_NAMES qscintilla2 libqscintilla2 libqscintilla2.dylib)
40
endif(ENABLE_QT5)
0 commit comments