Skip to content

Commit 5003c46

Browse files
committedJan 10, 2013
FindQwt.cmake: also detect qwt6 suffixes
1 parent 7ca3656 commit 5003c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎cmake/FindQwt.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ FIND_PATH(QWT_INCLUDE_DIR NAMES qwt.h PATHS
1717
/usr/local/include
1818
"$ENV{LIB_DIR}/include"
1919
"$ENV{INCLUDE}"
20-
PATH_SUFFIXES qwt-qt4 qwt qwt5
20+
PATH_SUFFIXES qwt-qt4 qwt qwt5 qwt6
2121
)
2222

23-
FIND_LIBRARY(QWT_LIBRARY NAMES qwt qwt5 qwt-qt4 qwt5-qt4 PATHS
23+
FIND_LIBRARY(QWT_LIBRARY NAMES qwt qwt5 qwt6 qwt-qt4 qwt5-qt4 PATHS
2424
/usr/lib
2525
/usr/local/lib
2626
"$ENV{LIB_DIR}/lib"

0 commit comments

Comments
 (0)
Please sign in to comment.