Right now kdesrc-build will default to kdesrc-buildrc-sample if no configuration file is present, but that won't be appropriate now that KF5 is out. Make the user make a choice instead. The various READMEs and help texts would probably need to be updated to match, if anyone wants to help. ;)wilder
parent
b52cd419ff
commit
524f966a16
2 changed files with 66 additions and 14 deletions
@ -0,0 +1,36 @@ |
||||
# 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 |
||||
# http://kdesrc-build.kde.org/documentation/ |
||||
global |
||||
branch-group kf5-qt5 |
||||
kdedir ~/kde-5 # Where to install KF5-based software |
||||
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 |
||||
Loading…
Reference in new issue