Warning, /sdk/kdesrc-build/kf6-qt6-build-include is written in an unsupported language. File is not indexed.
0001 # Module definitions for building KDE Frameworks 6 and everything that depends on it 0002 # (cmake, frameworks, workspace, applications) 0003 0004 # Usage: Write your own kdesrc-buildrc with only a "global" section 0005 # (including "branch-group kf6-qt6") 0006 # then include this file, like this: 0007 # 0008 # include kf6-qt6-build-include 0009 # (or use a full path) 0010 # 0011 include kf6-common-options-build-include 0012 0013 0014 # You can then add additional modules if desired. 0015 include custom-qt6-libs-build-include 0016 include kf6-frameworks-build-include 0017 include kf6-workspace-build-include 0018 include kf6-applications-build-include 0019 include kf6-kdepim-build-include 0020 0021 # Uncomment the following to include some specific extragear modules 0022 # (you can instead add the ones you want to your main kdesrc-buildrc) 0023 #include kf6-extragear-build-include 0024 0025 # or simply pull in all possible extragear and playground modules. 0026 #module-set 0027 #repository kde-projects 0028 #use-modules extragear playground 0029 #end module-set 0030