Search code examples
qtcompilationmingw32

Change compilator language


Mingw32-make when compiling spits out dir like Qt, but instead of "Vydání" which is czech for release (dont know how to change this either, maybe the reason is my windows is czech and i am not going to install english because of this, rest of QtCreator is in english except debug and release)it spits out VydßnÝ, which breaks use of Qt, because it cant send file to android device.

How can i fix this? I was trying setting system variable LANG to en_US, but it didnt help.

Thanks for your support.


Solution

  • The issue is with directory name which is misinterpreted by build tools.

    Specify the build directory like that in English: http://doc.qt.digia.com/qtcreator-2.4/creator-build-settings.html