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: 27 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-03-25T12:57:04.000Z (about 1 month ago)
- Last Synced: 2025-03-28T11:11:40.625Z (about 1 month ago)
- Topics: kdab, qt, reports
- Language: C++
- Homepage: https://www.kdab.com/kd-reports/
- Size: 5.77 MB
- Stars: 138
- Watchers: 56
- Forks: 47
- Open Issues: 10
-
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)