QCustomPlot-library-v2.1.0.1
Changelog
Creation of the repository which provides :
- QCustomPlot library compliant with Cmake projects (
.profile has been replaced byCMakeLists.txt) - Hide Qt dependencies, callers no longer needed to add mandatory modules of the library in their own CMakeLists project (like
printsupportmodule for example) - Add a
config.h.infile in order to know which version of the library we are using from the caller project (multiple macros are defined, likeQCP_LIB_VERSIONfor example).