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,qt 0022 #end module 0023 0024 0025 # For kaccounts-integration 0026 0027 module libaccounts-glib 0028 # doesn't depend on qt, but this way it's the right version for libaccounts-qt below 0029 repository https://gitlab.com/accounts-sso/libaccounts-glib.git 0030 end module 0031 0032 #module libaccounts-qt 0033 # repository https://gitlab.com/accounts-sso/libaccounts-qt.git 0034 # qmake-options PREFIX=${kdedir} 0035 #end module 0036 0037 #module signond 0038 # repository https://gitlab.com/accounts-sso/signond.git 0039 # qmake-options PREFIX=${kdedir} 0040 #end module 0041 0042 # For apper 0043 0044 module packagekit-qt 0045 repository https://github.com/hughsie/PackageKit-Qt.git 0046 end module 0047 0048 # For telepathy-accounts-signon 0049 0050 module libsignon-glib 0051 # this one does depend on qt, it seems 0052 repository https://gitlab.com/accounts-sso/libsignon-glib.git 0053 qmake-options PREFIX=${kdedir} 0054 end module 0055 0056 # Mandatory for krita 0057 0058 #module quazip 0059 # repository https://github.com/stachenov/quazip.git 0060 # branch master 0061 #end module 0062 0063 # For kaidan, qrca 0064 0065 module zxing-cpp 0066 repository https://github.com/nu-book/zxing-cpp.git 0067 branch master 0068 cmake-options -DLINK_CPP_STATICALLY=OFF -DBUILD_SHARED_LIBRARY=ON 0069 end module 0070 0071 # For kaidan 0072 0073 #module qxmpp 0074 # repository https://github.com/qxmpp-project/qxmpp.git 0075 # branch master 0076 # cmake-options -DBUILD_TESTS=OFF -DBUILD_EXAMPLES=OFF 0077 #end module 0078 0079 # For neochat 0080 0081 module libquotient 0082 repository https://github.com/quotient-im/libQuotient 0083 branch dev 0084 cmake-options -DBUILD_SHARED_LIBS=ON -DBUILD_WITH_QT6=ON 0085 end module 0086 0087 module qtkeychain 0088 cmake-options -DBUILD_WITH_QT6=ON 0089 repository https://github.com/frankosterfeld/qtkeychain.git 0090 branch master 0091 end module 0092 0093 module cmark 0094 repository https://github.com/commonmark/cmark.git 0095 branch master 0096 end module 0097 0098 # for kio-extras 0099 #module kdsoap 0100 # repository https://github.com/KDAB/KDSoap 0101 # branch master 0102 #end module 0103 0104 # For neochat, spacebar, possibly more 0105 module qcoro 0106 repository https://github.com/danvratil/qcoro 0107 cmake-options -DUSE_QT_VERSION=6 0108 branch main 0109 end module