2019-06-22 22:39:53 +08:00
|
|
|
=============================================================================
|
2022-07-19 20:44:12 +08:00
|
|
|
== JKQTPlotters is a library for scientific plotting using Qt5/6 ==
|
NEW/BREAKING: provide general targets JKQTPlotter5/6::JKQTPlotter5/6, JKQTPlotter5/6::JKQTMathText5/6, ... which are independent of the type of build (shared/static)
NEW/BREAKING: refactor CMake-Code, so static/dynamic switch is done via <code>BUILD_SHARED_LIBS</code>, which retires <code>JKQtPlotter_BUILD_STATIC_LIBS</code>, <code>JKQtPlotter_BUILD_SHARED_LIBS</code> and removes the capability to build static and shared libraries in one location (fixes issue #104)
NEW: prepareed library for CMake's <a href="https://cmake.org/cmake/help/latest/module/FetchContent.html">FetchContent</a>-API
NEW: the different sub-libraries JKQTPlotter, JKQTFastPlotter (DEPRECATED), JKQTMath, JKQTMathText can be activated/deactivated with CMake options JKQtPlotter_BUILD_LIB_JKQTPLOTTER, JKQtPlotter_BUILD_LIB_JKQTFASTPLOTTER, JKQtPlotter_BUILD_LIB_JKQTMATHTEXT, JKQtPlotter_BUILD_LIB_JKQTMATH
2024-01-16 20:05:52 +08:00
|
|
|
== sub-library: @lib_name@
|
2019-06-22 22:39:53 +08:00
|
|
|
=============================================================================
|
|
|
|
|
|
|
|
Library Information:
|
|
|
|
version: @PROJECT_VERSION@
|
|
|
|
main author/maintainer: Jan Krieger <jan@jkrieger.de>
|
2024-01-15 20:39:33 +08:00
|
|
|
copyright: (c) 2008-2024 Jan Krieger
|
2019-06-22 22:39:53 +08:00
|
|
|
license: GNU LESSER GENERAL PUBLIC LICENSE >= v2.1
|
|
|
|
repository: https://github.com/jkriege2/JKQtPlotter
|
|
|
|
documentation: http://jkriege2.github.io/JKQtPlotter/index.html
|
|
|
|
|
|
|
|
Build information:
|
|
|
|
used compiler: @CMAKE_CXX_COMPILER_ID@ @CMAKE_CXX_COMPILER_VERSION@
|
2024-01-15 20:39:33 +08:00
|
|
|
used Qt version: @QT_VERSION@
|
2019-06-22 22:39:53 +08:00
|
|
|
built shared libs: @BUILD_SHARED_LIBS@
|
NEW/BREAKING: provide general targets JKQTPlotter5/6::JKQTPlotter5/6, JKQTPlotter5/6::JKQTMathText5/6, ... which are independent of the type of build (shared/static)
NEW/BREAKING: refactor CMake-Code, so static/dynamic switch is done via <code>BUILD_SHARED_LIBS</code>, which retires <code>JKQtPlotter_BUILD_STATIC_LIBS</code>, <code>JKQtPlotter_BUILD_SHARED_LIBS</code> and removes the capability to build static and shared libraries in one location (fixes issue #104)
NEW: prepareed library for CMake's <a href="https://cmake.org/cmake/help/latest/module/FetchContent.html">FetchContent</a>-API
NEW: the different sub-libraries JKQTPlotter, JKQTFastPlotter (DEPRECATED), JKQTMath, JKQTMathText can be activated/deactivated with CMake options JKQtPlotter_BUILD_LIB_JKQTPLOTTER, JKQtPlotter_BUILD_LIB_JKQTFASTPLOTTER, JKQtPlotter_BUILD_LIB_JKQTMATHTEXT, JKQtPlotter_BUILD_LIB_JKQTMATH
2024-01-16 20:05:52 +08:00
|
|
|
witho print support: @JKQtPlotter_BUILD_WITH_PRINTER_SUPPORT@
|
|
|
|
C++20 support: @JKQtPlotter_ENABLED_CXX20@
|
|
|
|
timing debug output: @JKQtPlotter_BUILD_WITH_TIMING_INFO_OUTPUT@
|
|
|
|
built tools: @JKQtPlotter_BUILD_TOOLS@
|
|
|
|
included XITS fonts: @JKQtPlotter_BUILD_INCLUDE_XITS_FONTS@
|
|
|
|
included FIRA fonts: @JKQtPlotter_BUILD_INCLUDE_FIRAMATH_FONTS@
|
|
|
|
built examples: @JKQtPlotter_BUILD_EXAMPLES@
|