summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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