You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.5 KiB
37 lines
1.5 KiB
# This is a sample kdesrc-build configuration file appropriate for KDE |
|
# Frameworks 5-based build environments. |
|
# |
|
# See the kdesrc-buildrc-sample for explanations of what the options do, or |
|
# view the manpage or kdesrc-build documentation at |
|
# https://docs.kde.org/trunk5/en/extragear-utils/kdesrc-build/index.html |
|
global |
|
branch-group kf5-qt5 |
|
kdedir ~/kde-5 # Where to install KF5-based software |
|
# Uncomment this and edit value to choose a different Qt5 |
|
# qtdir /usr # Where to find Qt5 |
|
|
|
# Where to download source code. By default the build directory and |
|
# logs will be kept under this directory as well. |
|
source-dir ~/kdesrc |
|
end global |
|
|
|
# Instead of specifying modules here, the current best practice is to refer to |
|
# KF5 module lists maintained with kdesrc-build by the KF5 developers. As new |
|
# modules are added or modified, the kdesrc-build KF5 module list is altered to |
|
# suit, and when you update kdesrc-build you will automatically pick up the |
|
# needed changes. |
|
|
|
# NOTE: You MUST change the path below to include the actual path to your |
|
# kdesrc-build installation. |
|
include /path/to/kdesrc-build/kf5-qt5-build-include |
|
|
|
# If you wish to maintain the module list yourself that is possible, simply |
|
# look at the files pointed to above and use the "module-set" declarations that |
|
# they use, with your own changes. |
|
|
|
# It is possible to change the options for modules loaded from the file |
|
# included above (since it's not possible to add a module that's already been |
|
# included), e.g. |
|
options kcoreaddons |
|
make-options -j4 |
|
end options
|
|
|