Skip to content

Commit

Permalink
Find qwt6-qt4 library
Browse files Browse the repository at this point in the history
Fix #12374
  • Loading branch information
m-kuhn committed Mar 18, 2015
1 parent bfb8ab6 commit 66ba219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindQwt.cmake
Expand Up @@ -20,7 +20,7 @@ FIND_PATH(QWT_INCLUDE_DIR NAMES qwt.h PATHS
PATH_SUFFIXES qwt-qt4 qwt qwt5 qwt6
)

FIND_LIBRARY(QWT_LIBRARY NAMES qwt qwt5 qwt6 qwt-qt4 qwt5-qt4 PATHS
FIND_LIBRARY(QWT_LIBRARY NAMES qwt qwt5 qwt6 qwt-qt4 qwt5-qt4 qwt6-qt4 PATHS
/usr/lib
/usr/local/lib
"$ENV{LIB_DIR}/lib"
Expand Down

0 comments on commit 66ba219

Please sign in to comment.