Warning, /sdk/kdesrc-build/kf6-workspace-build-include is written in an unsupported language. File is not indexed.

0001 # Module definitions for building KDE Workspace 6
0002 
0003 # Usage: Write your own kdesrc-buildrc with only a "global" section
0004 # then include this file, like this:
0005 #
0006 # include extragear/utils/kdesrc-build/kf6-frameworks-build-include
0007 # include extragear/utils/kdesrc-build/kf6-applications-build-include
0008 # (or using full paths)
0009 #
0010 # You can then add additional modules if desired.
0011 #
0012 # This file uses "branch groups" to decide which git branch to use. If you
0013 # want to add your application here please be sure to update
0014 # kde-build-metadata repo's "logical-module-structure". It includes a simple
0015 # tool you can use to validate your change works (or just "kdesrc-build -p
0016 # your-module" and look for the right branch).
0017 
0018 module-set kf6-workspace-modules
0019     repository kde-projects
0020     cmake-options -DBUILD_WITH_QT6=ON -DBUILD_QT5=OFF
0021     use-modules workspace
0022     # modules not yet KF6-ready
0023     ignore-modules kwayland-server breeze-grub khotkeys plasma-phone-components
0024 end module-set
0025 
0026 module-set kf5-baloo-widgets
0027     repository kde-projects
0028     # Temporarily here. Not workspace-specific.
0029     use-modules baloo-widgets
0030     cmake-options -DBUILD_WITH_QT6=ON
0031 end module-set
0032 
0033 module-set
0034     repository kde-projects
0035     # Temporarily here. Not workspace-specific, but needed by kwin
0036     use-modules kglobalacceld
0037     cmake-options -DBUILD_WITH_QT6=ON
0038 end module-set