Skip to content
/ qwt Public

Fork of the official sources with CMake support

License

Notifications You must be signed in to change notification settings

ericriff/qwt

Repository files navigation

Notice

This is a fork of https://sourceforge.net/projects/qwt/ which aims to add CMake support

Build, test & Install

mkdir build
cd build
cmake ..
cmake --build . -jx (e.g. -j8)
ctest . --verbose
cmake --install .

The Qwt Widget Library

  Qwt is an extension to the libraries of the Qt Project.  

  The Qwt library contains widgets and components which are 
  primarily useful for technical and scientifical purposes.
  It includes a 2-D plotting widget, different kinds of sliders, 
  and much more.

  Qwt is hosted at http://qwt.sf.net

Installation (Without CMake)

  Read INSTALL how to build and install Qwt.

Copyright

Qwt Widget Library 
Copyright (C) 1997   Josef Wilgen
Copyright (C) 2002   Uwe Rathmann

Qwt is published under the Qwt License, Version 1.0.
You should have received a copy of this licence in the file
COPYING.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  

About

Fork of the official sources with CMake support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages