JKQtPlotter/readme.txt.in
jkriege2 b0df7a1fd7 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 13:07:08 +01:00

25 lines
1.3 KiB
Plaintext

=============================================================================
== JKQTPlotters is a library for scientific plotting using Qt5/6 ==
== sub-library: @lib_name@
=============================================================================
Library Information:
version: @PROJECT_VERSION@
main author/maintainer: Jan Krieger <jan@jkrieger.de>
copyright: (c) 2008-2024 Jan Krieger
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@
used Qt version: @QT_VERSION@
built shared libs: @BUILD_SHARED_LIBS@
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@