This commit is contained in:
Kovid Goyal 2014-11-26 14:19:14 +05:30
parent f97cc09c21
commit 0b7956cbdc

View File

@ -505,7 +505,8 @@ class Build(Command):
# plugins uses the static libQt5PlatformSupport.a which needs glib # plugins uses the static libQt5PlatformSupport.a which needs glib
# to be specified after it for linking to succeed, so we add it to # 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 # 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( pro = textwrap.dedent(
'''\ '''\