mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Add QtXmlPatterns to the linux build as some distros seem to require it
This commit is contained in:
parent
767bee56a2
commit
bad2bc51c7
@ -19,7 +19,7 @@ SITE_PACKAGES = ['PIL', 'dateutil', 'dns', 'PyQt4', 'mechanize',
|
|||||||
'_psutil_linux.so', 'psutil', 'cssselect', 'apsw.so']
|
'_psutil_linux.so', 'psutil', 'cssselect', 'apsw.so']
|
||||||
|
|
||||||
QTDIR = '/usr/lib/qt4'
|
QTDIR = '/usr/lib/qt4'
|
||||||
QTDLLS = ('QtCore', 'QtGui', 'QtNetwork', 'QtSvg', 'QtXml', 'QtWebKit', 'QtDBus')
|
QTDLLS = ('QtCore', 'QtGui', 'QtNetwork', 'QtSvg', 'QtXml', 'QtWebKit', 'QtDBus', 'QtXmlPatterns')
|
||||||
MAGICK_PREFIX = '/usr'
|
MAGICK_PREFIX = '/usr'
|
||||||
binary_includes = [
|
binary_includes = [
|
||||||
'/usr/bin/pdftohtml',
|
'/usr/bin/pdftohtml',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user