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.
29 lines
1.0 KiB
29 lines
1.0 KiB
# Module definitions for building KDE Frameworks 5 and everything that depends on it |
|
# (cmake, frameworks, workspace, applications) |
|
|
|
# Usage: Write your own kdesrc-buildrc with only a "global" section |
|
# (including "branch-group kf5-qt5") |
|
# then include this file, like this: |
|
# |
|
# include extragear/utils/kdesrc-build/kf5-qt5-build-include |
|
# (or using a full path) |
|
# |
|
# You can then add additional modules if desired. |
|
|
|
# If you compile your own Qt 5, add this line as the first include: |
|
# include extragear/utils/kdesrc-build/custom-qt5-libs-build-include |
|
|
|
include kf5-frameworks-build-include |
|
include kf5-workspace-build-include |
|
include kf5-applications-build-include |
|
include kf5-kdepim-build-include |
|
|
|
# Uncomment the following to include some specific extragear modules |
|
# (you can instead add the ones you want to your main kdesrc-buildrc) |
|
#include kf5-extragear-build-include |
|
|
|
# or simply pull in all possible extragear and playground modules. |
|
#module-set |
|
#repository kde-projects |
|
#use-modules extragear playground |
|
#end module-set
|
|
|