parent
80d6631a86
commit
c0e9d6af55
2 changed files with 50 additions and 2 deletions
@ -0,0 +1,45 @@ |
|||||||
|
# These libs are likely part of your distro |
||||||
|
|
||||||
|
# So you only need to include this file if you compile your own Qt5, |
||||||
|
# to avoid mixing your own Qt with the distro's Qt. |
||||||
|
|
||||||
|
# For okular |
||||||
|
|
||||||
|
module poppler |
||||||
|
repository git://git.freedesktop.org/git/poppler/poppler |
||||||
|
branch master |
||||||
|
cmake-options -DWITH_GLIB=OFF -DLIB_SUFFIX=64 |
||||||
|
end module |
||||||
|
|
||||||
|
# For kaccounts-integration |
||||||
|
|
||||||
|
module libaccounts-glib |
||||||
|
# doesn't depend on qt, but this way it's the right version for libaccounts-qt below |
||||||
|
repository https://gitlab.com/accounts-sso/libaccounts-glib.git |
||||||
|
end module |
||||||
|
|
||||||
|
module libaccounts-qt |
||||||
|
repository https://gitlab.com/accounts-sso/libaccounts-qt.git |
||||||
|
qmake-options PREFIX=${kdedir} |
||||||
|
end module |
||||||
|
|
||||||
|
module signond |
||||||
|
repository https://gitlab.com/accounts-sso/signond.git |
||||||
|
qmake-options PREFIX=${kdedir} |
||||||
|
end module |
||||||
|
|
||||||
|
# For telepathy-accounts-signon |
||||||
|
|
||||||
|
module libsignon-glib |
||||||
|
# this one does depend on qt, it seems |
||||||
|
repository https://gitlab.com/accounts-sso/libsignon-glib.git |
||||||
|
qmake-options PREFIX=${kdedir} |
||||||
|
end module |
||||||
|
|
||||||
|
# Mandatory for kmouth, optional for kpimtextedit |
||||||
|
|
||||||
|
module qtspeech |
||||||
|
repository git://code.qt.io/qt/qtspeech.git |
||||||
|
branch dev |
||||||
|
end module |
||||||
|
|
||||||
Loading…
Reference in new issue