You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.5 KiB
59 lines
1.5 KiB
# 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 -DENABLE_XPDF_HEADERS=1 |
|
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 |
|
configure-options --disable-man |
|
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 |
|
|
|
# For simon |
|
|
|
module sphinxbase |
|
repository https://github.com/cmusphinx/sphinxbase.git |
|
end module |
|
|
|
module qwt6 |
|
override-url svn://svn.code.sf.net/p/qwt/code/branches/qwt-6.2 |
|
# The qwt6 build system is very unflexible. |
|
# For this to work you need to comment out all lines setting QWT_INSTALL_PREFIX in qwtconfig.pri... |
|
qmake-options QWT_INSTALL_PREFIX=${kdedir} |
|
end module |
|
|
|
|