]> git.lyx.org Git - lyx.git/commit
Avoid bogus warnings when configuring for Qt6
authorEnrico Forestieri <forenr@lyx.org>
Wed, 3 Jul 2024 19:02:51 +0000 (21:02 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 3 Jul 2024 19:02:51 +0000 (21:02 +0200)
commit94004da71f919e819271925924f0a5784f7305fc
treed3e3ef36d02a5843dd30634a37f7fc5defa73ec6
parente6a0bfb43dcb79d4b77ff2422e3dc82a0c6b67bc
Avoid bogus warnings when configuring for Qt6

Recent versions of qmake complain loudly when the locale
does not explicitly specify the utf8 codeset. Specifically,
the configure script exports LC_ALL=C and that implies the
ascii codeset. Previously, this was silently changed to utf8,
whereas now we get a warning for each qmake invocation.
So, explicitly set utf8 before calling qmake.
config/qt.m4
status.24x