fix dev setup
This commit is contained in:
parent
8e3da91aac
commit
e1da4a78b3
4 changed files with 4 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue