JKQtPlotter/lib
2019-01-19 16:13:08 +01:00
..
jkqtfastplotter improved code and files for doxygen documentation 2019-01-12 23:11:08 +01:00
jkqtmathtext cleaned/improved doc further 2019-01-19 16:13:08 +01:00
jkqtplotter cleaned/improved doc further 2019-01-19 16:13:08 +01:00
jkqtplottergui cleaned/improved doc further 2019-01-19 16:13:08 +01:00
jkqtplotterressources bugfixes/improvements to Latex renderer 2018-12-07 22:42:54 +01:00
jkqtplottertools cleaned/improved doc further 2019-01-19 16:13:08 +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 improved code and files for doxygen documentation 2019-01-12 23:11:08 +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.