Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdab/kdreports
Qt library for generating printable and exportable reports from code and from XML descriptions.
https://github.com/kdab/kdreports
kdab qt reports
Last synced: 7 days ago
JSON representation
Qt library for generating printable and exportable reports from code and from XML descriptions.
- Host: GitHub
- URL: https://github.com/kdab/kdreports
- Owner: KDAB
- License: other
- Created: 2014-09-01T14:40:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T19:31:34.000Z (26 days ago)
- Last Synced: 2025-01-19T13:08:13.796Z (14 days ago)
- Topics: kdab, qt, reports
- Language: C++
- Homepage: https://www.kdab.com/kd-reports/
- Size: 5.83 MB
- Stars: 136
- Watchers: 56
- Forks: 45
- Open Issues: 11
-
Metadata Files:
- Readme: README-WASM.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# KDReports with WebAssembly
## Demo
A demo is available at .
## Build tips for KDReports
- Visit if you haven't yet
- Open a terminal suitable for WASM development (with the correct Qt and toolchain in PATH, etc)
- KDReports can be built with:
```bash
cmake \
-DCMAKE_TOOLCHAIN_FILE=/usr/local/emsdk-1.39.8/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake
-DCMAKE_FIND_ROOT_PATH=~/Qt/5.15.1/wasm_32/ -DCMAKE_BUILD_TYPE=Release`
(Adapt the paths to your own situation)
```## Builds tips for your own app ==
- Link to KDReports (libkdreports.a, or similar)