mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
f97cc09c21
commit
0b7956cbdc
1 changed files with 2 additions and 1 deletions
|
|
@ -505,7 +505,8 @@ def build_headless(self):
|
|||
# plugins uses the static libQt5PlatformSupport.a which needs glib
|
||||
# to be specified after it for linking to succeed, so we add it to
|
||||
# QMAKE_LIBS_PRIVATE (we cannot use LIBS as that would put -lglib-2.0
|
||||
# before libQt5PlatformSupport.
|
||||
# before libQt5PlatformSupport. See
|
||||
# https://bugs.archlinux.org/task/38819
|
||||
|
||||
pro = textwrap.dedent(
|
||||
'''\
|
||||
|
|
|
|||
Loading…
Reference in a new issue