From f090af1bd0ae96464d54f7194be5cc5bae8b1a7c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 11 Apr 2014 22:58:57 +0530 Subject: [PATCH] Add note about headless Qt QPA plugin --- setup/qt5-migrate.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup/qt5-migrate.py b/setup/qt5-migrate.py index 327c6beb43..b73766674c 100644 --- a/setup/qt5-migrate.py +++ b/setup/qt5-migrate.py @@ -6,6 +6,11 @@ from __future__ import (unicode_literals, division, absolute_import, __license__ = 'GPL v3' __copyright__ = '2014, Kovid Goyal ' +# QT5XX: Implement a minimal QPA plugin to allow headless operation, see the +# minimal example in the Qt source code and see +# https://github.com/ariya/phantomjs/pull/173 for info on how to enable fonts +# with fontconfig (probably needed for PDF output and SVG rendering) + # QT5XX: Port def wheelEvent() (orientation() and delta() to be replaced by # angleDelta())