Warning, /sdk/kdesrc-build/kf5-qt5-build-include is written in an unsupported language. File is not indexed.
0001 # Module definitions for building KDE Frameworks 5 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 kf5-qt5") 0006 # then include this file, like this: 0007 # 0008 # include kf5-qt5-build-include 0009 # (or use a full path) 0010 # 0011 # You can then add additional modules if desired. 0012 0013 include kf5-common-options-build-include 0014 0015 # If you compile your own Qt 5, add this line as the first include: 0016 # include custom-qt5-libs-build-include 0017 0018 include kf5-frameworks-build-include 0019 include kf5-workspace-build-include 0020 include kf5-applications-build-include 0021 include kf5-kdepim-build-include 0022 0023 # Uncomment the following to include some specific extragear modules 0024 # (you can instead add the ones you want to your main kdesrc-buildrc) 0025 #include kf5-extragear-build-include 0026 0027 # or simply pull in all possible extragear and playground modules. 0028 #module-set 0029 #repository kde-projects 0030 #use-modules extragear playground 0031 #end module-set