I see:
ldd: ./libqwt.so: No such file or directory
ldd: ./libqwt.so: No such file or directory
To copy to clipboard, switch view to plain text mode
Q
I then created a link:
ln -s /usr/local/qwt-6.2.0/lib/libqwt.so.6.2.0 libqwt.so
ln -s /usr/local/qwt-6.2.0/lib/libqwt.so.6.2.0 libqwt.so
To copy to clipboard, switch view to plain text mode
but it made no difference. But output like
/usr/bin/ld: /usr/local/qwt-6.2.0/lib/libqwt.so: undefined reference to `QtPrivate::QMetaTypeInterfaceWrapper<QVariant>::metaType@Qt_6'
/usr/bin/ld: /usr/local/qwt-6.2.0/lib/libqwt.so: undefined reference to `QtPrivate::QMetaTypeInterfaceWrapper<QVariant>::metaType@Qt_6'
To copy to clipboard, switch view to plain text mode
indicated that the lib is found. It also indicates that qwt v. 6.2.0 is used, as well as Qt6, so it appears that there isn't a version mismatch. Also, I can build the qwt examples with Qt Creator, so libqwt.so seems to be OK.
Bookmarks