Warning, /sdk/kdesrc-build/custom-qt5-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 Qt5, 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,qt5 0022 end module 0023 0024 # For okular 0025 0026 module poppler 0027 repository https://gitlab.freedesktop.org/poppler/poppler.git 0028 branch master 0029 cmake-options -DWITH_GLIB=OFF -DLIB_SUFFIX=64 -DENABLE_UNSTABLE_API_ABI_HEADERS=1 0030 end module 0031 0032 # For kaccounts-integration 0033 0034 module libaccounts-glib 0035 # doesn't depend on qt, but this way it's the right version for libaccounts-qt below 0036 repository https://gitlab.com/accounts-sso/libaccounts-glib.git 0037 configure-flags -Dpy-overrides-dir=${kdedir}/lib/python3/dist-packages/gi/overrides 0038 end module 0039 0040 module libaccounts-qt 0041 repository https://gitlab.com/accounts-sso/libaccounts-qt.git 0042 qmake-options PREFIX=${kdedir} 0043 end module 0044 0045 module signond 0046 repository https://gitlab.com/accounts-sso/signond.git 0047 qmake-options PREFIX=${kdedir} 0048 end module 0049 0050 # For apper 0051 0052 module packagekit-qt 0053 repository https://github.com/PackageKit/PackageKit-Qt.git 0054 branch main 0055 end module 0056 0057 # For telepathy-accounts-signon 0058 0059 module libsignon-glib 0060 repository https://gitlab.com/accounts-sso/libsignon-glib.git 0061 configure-flags -Dpy-overrides-dir=${kdedir}/lib/python3/dist-packages/gi/overrides 0062 end module 0063 0064 # Mandatory for kmouth, optional for kpimtextedit 0065 0066 module qtspeech 0067 repository https://code.qt.io/qt/qtspeech.git 0068 branch 5.15.2 0069 end module 0070 0071 # Mandatory for krita 0072 0073 module quazip 0074 repository https://github.com/stachenov/quazip.git 0075 branch master 0076 end module 0077 0078 # For kaidan, qrca 0079 0080 module zxing-cpp 0081 repository https://github.com/nu-book/zxing-cpp.git 0082 branch master 0083 cmake-options -DLINK_CPP_STATICALLY=OFF -DBUILD_SHARED_LIBRARY=ON 0084 end module 0085 0086 # For kaidan 0087 0088 module libomemo-c 0089 repository https://github.com/dino/libomemo-c.git 0090 cmake-options -DBUILD_SHARED_LIBS=ON 0091 end module 0092 0093 module qxmpp 0094 repository https://github.com/qxmpp-project/qxmpp.git 0095 branch master 0096 cmake-options -DBUILD_TESTS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_OMEMO=ON 0097 end module 0098 0099 # For neochat 0100 0101 module qtkeychain 0102 repository https://github.com/frankosterfeld/qtkeychain.git 0103 branch master 0104 end module 0105 0106 module libquotient 0107 repository https://github.com/quotient-im/libQuotient 0108 branch dev 0109 cmake-options -DBUILD_SHARED_LIBS=ON -DQuotient_ENABLE_E2EE=on 0110 end module 0111 0112 module cmark 0113 repository https://github.com/commonmark/cmark.git 0114 branch master 0115 end module 0116 0117 # for kio-extras 0118 module kdsoap 0119 repository https://github.com/KDAB/KDSoap 0120 branch master 0121 end module 0122 0123 # For neochat, spacebar, possibly more 0124 module qcoro 0125 repository https://github.com/danvratil/qcoro 0126 cmake-options -DUSE_QT_VERSION=5 0127 branch main 0128 end module