summaryrefslogtreecommitdiff
path: root/mkspecs
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2017-06-14 11:46:37 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2017-06-14 09:57:40 +0000
commitbcb05f4cb275870853702d7b050892847e70c015 (patch)
treee417424b8517036c21565e464638da00598cda0c /mkspecs
parent048d467ff01deda5a25770b6271f9b7b624eeae0 (diff)
downloadqtivi-bcb05f4cb275870853702d7b050892847e70c015.tar.gz
ivigenerator: Use the en_US.UTF-8 locale on unix systems
Change-Id: I6b439737851baa38d41471d7f994bfd9d024904c Reviewed-by: Lukáš Tinkl <ltinkl@luxoft.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/ivigenerator.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/ivigenerator.prf b/mkspecs/features/ivigenerator.prf
index 9fd37b9..089c65a 100644
--- a/mkspecs/features/ivigenerator.prf
+++ b/mkspecs/features/ivigenerator.prf
@@ -40,7 +40,7 @@ IVI_GENERATOR = $$VIRTUALENV_ACTIVATION python $$IVI_GENERATOR_PATH/generate.py
# The 'click' library used by the generator needs to have a utf8 locale setup.
win32: ENV = chcp 65001 &&
-else: ENV = LC_ALL="utf-8"
+else: ENV = LC_ALL="en_US.UTF-8"
# TODO make this work with multiple input files, or only support one QFACE_SOURCE
# Although this could be extra_compiler it is a normal EXTRA_TARGET for a reason.