Skip to content

Commit

Permalink
Fix FindQScintilla module for non-standard install locations
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Jan 17, 2014
1 parent c2a8ad0 commit 174577b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/FindQScintilla.cmake
Expand Up @@ -27,10 +27,10 @@ ELSE(EXISTS QSCINTILLA_VERSION_STR)
FIND_PATH(QSCINTILLA_INCLUDE_DIR
NAMES qsciglobal.h
PATHS
"${QT_INCLUDE_DIR}/Qsci"
/usr/local/include/Qsci
/usr/include/Qsci
"${QT_INCLUDE_DIR}"
/usr/local/include
/usr/include
PATH_SUFFIXES Qsci
)

FIND_LIBRARY(QSCINTILLA_LIBRARY
Expand Down

0 comments on commit 174577b

Please sign in to comment.