diff --git a/README.md b/README.md index 91db346eea..c5b6033462 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # JKQtPlotter - -This is an extensive library of function/data plotter classes for Qt (>= 4.7). +This is an extensive library of function/data plotter classes for Qt (>= 4.7, tested with Qt up to 5.4). This software is licensed under the term of the GNU Lesser General Public License 2.1 (LGPL 2.1) or above. + +## Examples +You can find usage examples for the classes in this repository in the subfolder "test". All test-projects are Qt-projects that use qmake to build. You can load them into QtCreator easily.