a-la-karte/.kde-builder.yaml
Marco Allegretti 747b02035a alakarte: Initial import
Initial release of A-La-Karte, a unified game launcher for KDE Plasma.

Includes the QML UI, platform importers, AppStream metadata, icons,

and developer documentation.
2026-01-18 13:13:07 +01:00

23 lines
491 B
YAML

# kde-builder configuration for A-La-Karte
# See https://kde-builder.kde.org/en/configuration/config-file-overview.html
global:
branch-group: kf6-qt6
install-dir: ~/kde/usr
source-dir: ~/kde/src
build-dir: ~/kde/build
log-dir: ~/kde/log
cmake-options:
- -DCMAKE_BUILD_TYPE=Debug
- -DQT_MAJOR_VERSION=6
num-cores: auto
num-cores-low-mem: 2
install-after-build: true
project alakarte:
repository: .
cmake-options:
- -DCMAKE_INSTALL_PREFIX=${install-dir}