Skip to content
Snippets Groups Projects
Commit 85ecfc1f authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

BUG: change order of QWT find libraries to aviod to link with qwt-qt4

parent 1dde076b
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ endif ()
find_library ( QWT_LIBRARY
NAMES qwt qwt${QWT_MAJOR_VERSION} qwt-qt5
NAMES qwt-qt5 qwt6-qt5 qwt qwt6
HINTS ${QT_LIBRARY_DIR}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment