Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 332 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 332 Bytes

QwtExample

A simple example program using QT and Qwt widgets.

alt tag

Required packages

Install the QT5 and Qwt development packages:

    apt-get install qtdeclarative5-dev-tools
    apt-get install libqwt-qt5-dev

Build it

    cmake .
    make

Run it

    ./qwt-example