https://github.com/the-argus/kdab-flake
Packaging and development environments for various pieces of KDAB software
https://github.com/the-argus/kdab-flake
Last synced: about 1 month ago
JSON representation
Packaging and development environments for various pieces of KDAB software
- Host: GitHub
- URL: https://github.com/the-argus/kdab-flake
- Owner: the-argus
- License: mit
- Created: 2023-06-26T19:49:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T22:59:40.000Z (12 months ago)
- Last Synced: 2025-02-15T09:48:23.627Z (3 months ago)
- Language: Nix
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kdab-flake
Packaging and development environments for various pieces of KDAB software.
## Contents
What this flake includes.
### Software
- Charm
- Vulkan SDK
- Doxybook 2
- Inja
- KDBindings
- KDUtils
- Slint (Source distribution)
- Slint (Binary distribution)
- ``spdlog_setup``### Development Environments
- KDGpu
- Firefly
- Project MECAPS
- Generic Qt6 QML Environment## Known Issues
- the `slint` source package does not build.
- the `slint-bin` package builds but requires your `QT_PLUGIN_PATH` to
include the directories with the `qtbase` and `qtsvg` plugins.
- `qt-env` only supports qt 6 at the moment.
- `qmllint-wrapper` is intended to fix a problem between qmllint and neovim
lspconfig where qmllint can't find any of the imports. It does not work for me.
- KDABViewer fails at the linking stage.