fix dev setup

This commit is contained in:
Christoph Cullmann 2024-03-10 00:28:26 +01:00
parent 8e3da91aac
commit e1da4a78b3
4 changed files with 4 additions and 10 deletions

View file

@ -2,7 +2,7 @@ global
# use the latest KF6 and Qt6-based software.
branch-group kf6-qt6
# we want .kateproject files with ninja
# we want .kateproject files with ninja, turn off some Qt 5 things to have less dependencies
cmake-options -G "Kate - Ninja" -DBUILD_WITH_QT6=ON -DQT_MAJOR_VERSION=6 -DPHONON_BUILD_QT5=OFF -DBUILD_QT5=OFF
# Restrict make and ninja to using no more than 8 separate compile jobs even
@ -28,7 +28,7 @@ global
build-dir ~/projects/kde/build
# use distro stuff for that
ignore-modules wayland
ignore-modules wayland wayland-protocols gpgme appstream
end global
include ${module-definitions-dir}/kf6-qt6.ksb