mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 04:23:14 +02:00
Add QtXmlPatterns to the linux build as some distros seem to require it
This commit is contained in:
parent
767bee56a2
commit
bad2bc51c7
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
'_psutil_linux.so', 'psutil', 'cssselect', 'apsw.so']
|
||||
|
||||
QTDIR = '/usr/lib/qt4'
|
||||
QTDLLS = ('QtCore', 'QtGui', 'QtNetwork', 'QtSvg', 'QtXml', 'QtWebKit', 'QtDBus')
|
||||
QTDLLS = ('QtCore', 'QtGui', 'QtNetwork', 'QtSvg', 'QtXml', 'QtWebKit', 'QtDBus', 'QtXmlPatterns')
|
||||
MAGICK_PREFIX = '/usr'
|
||||
binary_includes = [
|
||||
'/usr/bin/pdftohtml',
|
||||
|
|
|
|||
Loading…
Reference in a new issue