qwt-qt5

Qt5 library providing technical widgets and plotting components

brewmacoslinux
Try with needOr install directly
Source

About

Qt Widgets for Technical Applications

Commands

qwt-qt5

Examples

Link qwt-qt5 library in a Qt5 C++ project via pkg-config$ pkg-config --cflags --libs qwt-qt5
Check installed qwt-qt5 version and library paths$ pkg-config --modversion qwt-qt5
Compile a Qt5 application using qwt-qt5 plotting library$ g++ myapp.cpp -o myapp $(pkg-config --cflags --libs qwt-qt5 Qt5Core Qt5Gui Qt5Widgets)