Warning, /sdk/kdesrc-build/custom-qt6-libs-build-include is written in an unsupported language. File is not indexed.
0001 # These libs are likely part of your distro 0002 0003 # So you only need to include this file if you compile your own Qt6, 0004 # to avoid mixing your own Qt with the distro's Qt. 0005 0006 # keep libgpg-error in sync with gpgme, see below 0007 module libgpg-error 0008 repository https://dev.gnupg.org/source/libgpg-error.git 0009 branch master 0010 # NOTE: you need to run ./autogen.sh before kdesrc-build runs configure. 0011 # Maybe we can ask kdesrc-build do to that? 0012 configure-flags --enable-maintainer-mode 0013 end module 0014 0015 # qgpgme is part of gpgme... 0016 module gpgme 0017 repository https://dev.gnupg.org/source/gpgme.git 0018 branch master 0019 # NOTE: you need to run ./autogen.sh before kdesrc-build runs configure. 0020 # Maybe we can ask kdesrc-build do to that? 0021 configure-flags --enable-maintainer-mode --enable-languages=cpp,qt6 0022 end module 0023 0024 # For kaccounts-integration 0025 0026 module libaccounts-glib 0027 # doesn't depend on qt, but this way it's the right version for libaccounts-qt below 0028 repository https://gitlab.com/accounts-sso/libaccounts-glib.git 0029 end module 0030 0031 #module libaccounts-qt 0032 # repository https://gitlab.com/accounts-sso/libaccounts-qt.git 0033 # qmake-options PREFIX=${kdedir} 0034 #end module 0035 0036 #module signond 0037 # repository https://gitlab.com/accounts-sso/signond.git 0038 # qmake-options PREFIX=${kdedir} 0039 #end module 0040 0041 # For apper 0042 0043 module packagekit-qt 0044 repository https://github.com/PackageKit/PackageKit-Qt.git 0045 cmake-options -DBUILD_WITH_QT6=ON 0046 branch main 0047 end module 0048 0049 # For telepathy-accounts-signon 0050 0051 module libsignon-glib 0052 # this one does depend on qt, it seems 0053 repository https://gitlab.com/accounts-sso/libsignon-glib.git 0054 qmake-options PREFIX=${kdedir} 0055 end module 0056 0057 # Mandatory for krita 0058 0059 #module quazip 0060 # repository https://github.com/stachenov/quazip.git 0061 # branch master 0062 #end module 0063 0064 # For kaidan, qrca 0065 0066 module zxing-cpp 0067 repository https://github.com/nu-book/zxing-cpp.git 0068 branch master 0069 cmake-options -DLINK_CPP_STATICALLY=OFF -DBUILD_SHARED_LIBRARY=ON 0070 end module 0071 0072 # For kaidan 0073 0074 #module qxmpp 0075 # repository https://github.com/qxmpp-project/qxmpp.git 0076 # branch master 0077 # cmake-options -DBUILD_TESTS=OFF -DBUILD_EXAMPLES=OFF 0078 #end module 0079 0080 # For neochat 0081 0082 module qtkeychain 0083 cmake-options -DBUILD_WITH_QT6=ON 0084 repository https://github.com/frankosterfeld/qtkeychain.git 0085 branch master 0086 end module 0087 0088 module libquotient 0089 repository https://github.com/quotient-im/libQuotient 0090 branch dev 0091 cmake-options -DBUILD_SHARED_LIBS=ON -DBUILD_WITH_QT6=ON 0092 end module 0093 0094 module cmark 0095 repository https://github.com/commonmark/cmark.git 0096 branch master 0097 end module 0098 0099 # for kio-extras 0100 module kdsoap 0101 repository https://github.com/KDAB/KDSoap 0102 cmake-options -DKDSoap_QT6=true 0103 branch master 0104 end module 0105 0106 # For neochat, spacebar, possibly more 0107 module qcoro 0108 repository https://github.com/danvratil/qcoro 0109 cmake-options -DUSE_QT_VERSION=6 0110 branch main 0111 end module