summaryrefslogtreecommitdiff
path: root/projects/kde/kdesrc-buildrc
blob: 8ddb4c57be69a894fbc28c530361705d7361f199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
global
    # use the latest KF6 and Qt6-based software.
    branch-group kf6-qt6

    # we want .kateproject files with ninja
    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
    # when more CPU is available, to avoid running out of memory
    make-options -j8 NINJAFLAGS=-j8
    ninja-options -j8

    # clangd tooling
    compile-commands-export yes
    compile-commands-linking yes

    # flat structure
    directory-layout flat

    # Install directory for KDE software
    install-dir ~/projects/kde/usr

    # Directory for downloaded source code
    source-dir ~/projects/kde/src

    # Directory to build KDE into before installing
    # relative to source-dir by default
    build-dir ~/projects/kde/build
end global

include ~/projects/kde/src/kdesrc-build/data/build-include/kf6-frameworks.ksb
include ~/projects/kde/src/kdesrc-build/data/build-include/kf6-applications.ksb