JKQtPlotter/lib
Jan W. Krieger 17a4473e4f reworked how context-menus are specified/activated
prepared for future reworks
some renames
2019-01-28 10:46:38 +01:00
..
jkqtfastplotter - more refactorings to modernize C++ 2019-01-26 18:00:42 +01:00
jkqtmathtext reworked the functions that allow to specify how JKQTPlotter reacts to mouse single-click actions 2019-01-27 23:24:12 +01:00
jkqtplotter reworked how context-menus are specified/activated 2019-01-28 10:46:38 +01:00
jkqtplottergui - more refactorings to modernize C++ 2019-01-26 18:00:42 +01:00
jkqtplotterressources - added new graph: JKQTPSingleColumnSymbolsGraph 2019-01-20 16:15:10 +01:00
jkqtplottertools improved user-interactions (& their example) 2019-01-26 20:12:54 +01:00
common.pri Update common.pri 2019-01-21 09:29:59 +01:00
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 - added new graph: JKQTPSingleColumnSymbolsGraph 2019-01-20 16:15:10 +01:00
README.md - added new graph: JKQTPSingleColumnSymbolsGraph 2019-01-20 16:15:10 +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.