Add QtXmlPatterns to the linux build as some distros seem to require it

This commit is contained in:
Kovid Goyal 2013-08-15 22:06:11 +05:30
parent 767bee56a2
commit bad2bc51c7

View File

@ -19,7 +19,7 @@ SITE_PACKAGES = ['PIL', 'dateutil', 'dns', 'PyQt4', 'mechanize',
'_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',