Skip to content

Commit 66ba219

Browse files
committed
Find qwt6-qt4 library
Fix #12374
1 parent bfb8ab6 commit 66ba219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindQwt.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FIND_PATH(QWT_INCLUDE_DIR NAMES qwt.h PATHS
2020
PATH_SUFFIXES qwt-qt4 qwt qwt5 qwt6
2121
)
2222

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

0 commit comments

Comments
 (0)