mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
66ef66ca0d
Recent versions of qmake complain loudly when the locale does not explicitley 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.