Enrico Forestieri 94004da71f 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.
2024-07-03 21:02:51 +02:00
..
2015-05-06 17:08:56 +02:00
2019-07-20 23:39:40 +02:00
2006-08-06 20:45:31 +00:00
2023-08-14 22:26:20 +02:00