blob: 6bdc5f6ba16d09fdbebc373fdd02ee81506496bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 3rdparty/CMakeLists.txt.orig 2022-04-16 07:39:19 UTC
+++ 3rdparty/CMakeLists.txt
@@ -47,7 +47,7 @@ option( BUILD_QWTPLOT3D "Build QwtPlot3D using own cod
if( NOT BUILD_QWTPLOT3D )
find_library ( QWTPLOT3D_LIBRARY
- NAMES qwtplot3d
+ NAMES qwtplot3d qwtplot3d-qt5
HINTS ${QT_LIBRARY_DIR}
)
if( NOT QWTPLOT3D_LIBRARY )
|