summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-06-30 22:47:10 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-06-30 22:47:10 +0200
commitf439b65a431a320b1e997b19fdea92e29a4228b8 (patch)
treeefc989d800ae7bb00d701f156ffcec2e45426ae4 /projects
parente900b264283e4383db091784cec28ba393c1b86d (diff)
just use Ninja and patch Kate
Diffstat (limited to 'projects')
-rw-r--r--projects/kde/kdesrc-buildrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/kde/kdesrc-buildrc b/projects/kde/kdesrc-buildrc
index 07e1e35..b634a02 100644
--- a/projects/kde/kdesrc-buildrc
+++ b/projects/kde/kdesrc-buildrc
@@ -2,8 +2,8 @@ global
# use the latest KF6 and Qt6-based software.
branch-group kf6-qt6
- # 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
+ # we want ninja, turn off some Qt 5 things to have less dependencies
+ cmake-options -G "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
# when more CPU is available, to avoid running out of memory