Skip to content

Releases: legerch/QCustomPlot-library

QCustomPlot-library-v2.1.1.1

31 Mar 12:49
Compare
Choose a tag to compare

Changelog

  • Update upstream version from 2.1.0 to 2.1.1

QCustomPlot-library-v2.1.0.2

31 Mar 12:07
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix compilation issues with Qt >= 6.2.0 (thanks to miccs on thread forum qt 6.2 patch)

QCustomPlot-library-v2.1.0.1

31 Mar 12:06
Compare
Choose a tag to compare

Changelog

Creation of the repository which provides :

  • QCustomPlot library compliant with Cmake projects (.pro file has been replaced by CMakeLists.txt)
  • Hide Qt dependencies, callers no longer needed to add mandatory modules of the library in their own CMakeLists project (like printsupport module for example)
  • Add a config.h.in file in order to know which version of the library we are using from the caller project (multiple macros are defined, like QCP_LIB_VERSION for example).