Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Followup to dfe268f; update QScintilla new lib name in 2.10 for Qt4
[ci skip]
  • Loading branch information
dakcarto committed Mar 2, 2017
1 parent 90fae26 commit 3057738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindQScintilla.cmake
Expand Up @@ -36,7 +36,7 @@ ELSE(EXISTS QSCINTILLA_VERSION_STR)
if(ENABLE_QT5)
set(QSCINTILLA_LIBRARY_NAMES qscintilla2-qt5 qscintilla2_qt5 libqt5scintilla2 libqscintilla2-qt5 qt5scintilla2 libqscintilla2-qt5.dylib)
else(ENABLE_QT5)
set(QSCINTILLA_LIBRARY_NAMES qscintilla2 libqscintilla2 libqscintilla2.dylib)
set(QSCINTILLA_LIBRARY_NAMES qscintilla2 qscintilla2_qt4 libqscintilla2 libqscintilla2.dylib)
endif(ENABLE_QT5)

find_library(QSCINTILLA_LIBRARY
Expand Down

0 comments on commit 3057738

Please sign in to comment.