mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 22:25:23 +01:00
Add note about headless Qt QPA plugin
This commit is contained in:
parent
1ba821eb0d
commit
f090af1bd0
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@
|
|||
__license__ = 'GPL v3'
|
||||
__copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
|
||||
|
||||
# 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())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue