Skip to content

Commit

Permalink
small fix: gentoo stores pyqwt in qwt5 dir
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@14735 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
macho committed Nov 22, 2010
1 parent 94ffa63 commit dccbded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindQWT.cmake
Expand Up @@ -18,7 +18,7 @@ FIND_PATH(QWT_INCLUDE_DIR NAMES qwt.h PATHS
/usr/local/include
"$ENV{LIB_DIR}/include"
"$ENV{INCLUDE}"
PATH_SUFFIXES qwt-qt4 qwt
PATH_SUFFIXES qwt-qt4 qwt qwt5
)

FIND_LIBRARY(QWT_LIBRARY NAMES qwt qwt5 qwt-qt4 qwt5-qt4 PATHS
Expand Down

0 comments on commit dccbded

Please sign in to comment.