a-la-karte/.kde-builder.yaml

24 lines
491 B
YAML
Raw Normal View History

# 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}