just use Ninja and patch Kate

This commit is contained in:
Christoph Cullmann 2024-06-30 22:47:10 +02:00
parent e900b26428
commit f439b65a43
No known key found for this signature in database

View file

@ -2,8 +2,8 @@ global
# use the latest KF6 and Qt6-based software. # use the latest KF6 and Qt6-based software.
branch-group kf6-qt6 branch-group kf6-qt6
# we want .kateproject files with ninja, turn off some Qt 5 things to have less dependencies # we want 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 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 # 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 # when more CPU is available, to avoid running out of memory