-
Notifications
You must be signed in to change notification settings - Fork 190
/
readme.txt.in
24 lines (22 loc) · 1.26 KB
/
readme.txt.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
=============================================================================
== JKQTPlotters is a library for scientific plotting using Qt5/6 ==
== sub-library: @lib_name@
=============================================================================
Library Information:
version: @PROJECT_VERSION@
main author/maintainer: Jan Krieger <[email protected]>
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@