1
Fork 0
dotfiles/private_dot_config/kdesrc-buildrc

34 lines
651 B
Text
Raw Normal View History

2023-10-21 07:47:09 -04:00
global
branch-group kf6-qt6
2024-10-17 08:37:00 -04:00
install-dir ~/kde/usr
source-dir ~/kde/src
2023-10-21 07:47:09 -04:00
build-dir ~/kde/build
directory-layout flat
2023-12-01 15:22:58 -05:00
include-dependencies true
2023-10-21 07:47:09 -04:00
num-cores auto
num-cores-low-mem 2
cmake-generator Kate - Ninja
2025-04-12 15:24:33 -04:00
2025-04-17 20:13:17 -04:00
ignore-modules gpgme qca poppler kgamma wacomtablet krdp kwin-x11 union
2023-10-21 07:47:09 -04:00
end global
include ~/kde/kdesrc-build/kf6-qt6-build-include
2023-12-01 15:22:58 -05:00
options plasma-desktop
cmake-options -DBUILD_KCM_MOUSE_X11=OFF
end module
options mpvqt
cmake-options -DQT_MAJOR_VERSION=6
end module
2023-10-30 18:17:29 -04:00
module astra
repository https://git.sr.ht/~redstrate/astra
branch main
cmake-options -DQT_MAJOR_VERSION=6
end module