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.
16 lines
561 B
16 lines
561 B
# 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. |
|
|
|
include kf5-frameworks-build-include |
|
include kf5-workspace-build-include |
|
include kf5-applications-build-include |
|
include kf5-kdepim-build-include
|
|
|