Re: [Interest] deploying translatations when cross-compiling

2016-05-12 Thread Boudewijn Rempt
On Thu, 12 May 2016, Boudewijn Rempt wrote: On Sun, 8 May 2016, Bob Hood wrote: You could manually create a "qt.conf" file in the bin/ folder, and have it point at the translations folder, e.g.: [Paths] Prefix = . Translations = translations Hm, but that actually is the default -

Re: [Interest] deploying translatations when cross-compiling

2016-05-12 Thread Boudewijn Rempt
On Sun, 8 May 2016, Bob Hood wrote: You could manually create a "qt.conf" file in the bin/ folder, and have it point at the translations folder, e.g.: [Paths] Prefix = . Translations = translations Hm, but that actually is the default -- and it doesn't seem to work for that matter

Re: [Interest] deploying translatations when cross-compiling

2016-05-08 Thread Boudewijn Rempt
On Sun, 8 May 2016, Bob Hood wrote: You could manually create a "qt.conf" file in the bin/ folder, and have it point at the translations folder, e.g.: [Paths] Prefix = . Translations = translations Thanks! I'll try that! -- Boudewijn Rempt | http://www.krita.org, http://www.valdyas

Re: [Interest] deploying translatations when cross-compiling

2016-05-08 Thread Bob Hood
On 5/8/2016 5:06 AM, Boudewijn Rempt wrote: I'm building my project on Linux, using mxe, for Windows. When I package everything up, I copy all the Qt translations into a "translations folder in the folder where my application exe is, but the Qt transaltions aren't used: krita/bin/krita.exe krit

[Interest] deploying translatations when cross-compiling

2016-05-08 Thread Boudewijn Rempt
I'm building my project on Linux, using mxe, for Windows. When I package everything up, I copy all the Qt translations into a "translations folder in the folder where my application exe is, but the Qt transaltions aren't used: krita/bin/krita.exe krita/bin/translations/qtbase_ja.qm etc. What el