From bad2bc51c7aefc7e5fd7c2724e8d948262748240 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 15 Aug 2013 22:06:11 +0530 Subject: [PATCH] Add QtXmlPatterns to the linux build as some distros seem to require it --- setup/installer/linux/freeze2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/installer/linux/freeze2.py b/setup/installer/linux/freeze2.py index 220f28ba82..cb2d8e0070 100644 --- a/setup/installer/linux/freeze2.py +++ b/setup/installer/linux/freeze2.py @@ -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',