Re: [Interest] Visual Studio 2015 / Qt 5.9.1 Application build - Qt-Includes - Final slash switch surprise...

2017-09-06 Thread Jean-Michaël Celerier
'The ... here' refers to the ellipsis at the end of your error message. Best, --- Jean-Michaël Celerier http://www.jcelerier.name On Wed, Sep 6, 2017 at 2:57 PM, Michael Hartung wrote: > Hi Thiago, > > Thanks for your answer. Unfortunately its content does not make any sense. > Or was it s

Re: [Interest] Visual Studio 2015 / Qt 5.9.1 Application build - Qt-Includes - Final slash switch surprise...

2017-09-06 Thread Kai Koehne
> -Original Message- > From: Interest [mailto:interest-bounces+kai.koehne=qt...@qt-project.org] > On Behalf Of Michael Hartung > Sent: Wednesday, September 6, 2017 2:58 PM > To: interest@qt-project.org > Subject: Re: [Interest] Visual Studio 2015 / Qt 5.9.1 Application build - Qt- > Inclu

Re: [Interest] Visual Studio 2015 / Qt 5.9.1 Application build - Qt-Includes - Final slash switch surprise...

2017-09-06 Thread Michael Hartung
Hi Thiago, Thanks for your answer. Unfortunately its content does not make any sense. Or was it simply caused by an obsession to answer just any qt-interest email? And by that keeping others away from thinking about it. In fact nobody needs that! Michael Am 04.09.2017 um 14:02 schrieb Thia

Re: [Interest] Linux Deployment Question

2017-09-06 Thread Kevin Funk
On Tuesday, 5 September 2017 08:34:15 CEST Oliver Niebuhr wrote: > Good morning. > > I think I have found now all necessary Files to deploy my App from > Antergos to other Distros. You might also want to have a look at the (relatively new) Linux deployment tool: https://github.com/probonopd/l

Re: [Interest] Linux Deployment Question

2017-09-06 Thread Manner Róbert
Hi, not sure if it is the same problem, but for us shipping the libxcb* libX11* did not work across linux distros. If you are not shipping those, then basically you are not able to ship such as libc, because then you will not be able to load these libraries from the system. Which worked is, that y

Re: [Interest] state of qttranslations

2017-09-06 Thread Manner Róbert
Hi, solving my own mystery, the thing which I did not understand is that catalog like qm files are referring other qm files which has the translations themselves, so those also need to be present to be able to load the catalogs. Problem solved, sorry for the noise :) Br, Robert On Tue, Sep 5,