JKQtPlotter/lib
2018-12-31 13:17:49 +03:30
..
jkqtfastplotter restructured files in this lib further (splt into more files, made filenames more logical, ...) 2018-12-18 17:13:18 +01:00
jkqtmathtext fixed compile error with MINGW 2018-12-13 22:42:58 +01:00
jkqtplotter several improvements in build infrastructure + some tidying the code (made classes on data storeage non-virtual) + moved OpenCV interface to a separate header-only file 2018-12-28 15:17:40 +01:00
jkqtplottergui clean up code, use override specifiers, prepare for plotObjects with different coordinate systems (e.g. relative ...) 2018-12-27 22:52:00 +01:00
jkqtplotterressources bugfixes/improvements to Latex renderer 2018-12-07 22:42:54 +01:00
jkqtplottertools several improvements in build infrastructure + some tidying the code (made classes on data storeage non-virtual) + moved OpenCV interface to a separate header-only file 2018-12-28 15:17:40 +01:00
common.pri Move similar preferences to common.pri 2018-12-31 13:17:49 +03:30
jkqtfastplotter.pri Move similar preferences to common.pri 2018-12-31 13:17:49 +03:30
jkqtmathtext.pri Move similar preferences to common.pri 2018-12-31 13:17:49 +03:30
jkqtplotter.pri Move similar preferences to common.pri 2018-12-31 13:17:49 +03:30
README.md reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples) 2018-12-28 17:46:47 +01:00

JKQtPlotter

LIB subdirectory

This directory contains all files that belong to the JKQtPlotter library (including the files of the JKQtFastPlotter and JKMathText). There are several ways to add these to your program:

simply include all necessary files

If you use QMake and simply want to include all necessary files into your project, include one of these PRI-files into your QMake Project:

  • jkqtplotter.pri contains all files in this library, including JKQtFastPlotter and JKQtMathText
  • jkqtfastplotter.pri contains only those files from this directory which are necessary to build JKQtFastPlotter
  • jkqtmathtext.pri contains only those files from this directory which are necessary to build JKQtMathText

Build static libraries

In the directory ../staticlib you will find several Project files that build a static library of the full JKQtPlotter (including JKQtFastPlotter and JKMathText), or of subsets of this library. You can then link against these libs in your project.

Build shared libraries (DLLs, SOs, ...)

In the directory ../sharedlib you will find several Project files that build a dynamic shared library of the full JKQtPlotter (including JKQtFastPlotter and JKMathText), or of subsets of this library. You can then link against these libs in your project.