Re: [Interest] Qt5 Cross Compiling on Linux For Windows

2014-03-06 Thread Jonathan Greig
Thanks Mark, I sent an email to the MXE list. On Thu, Mar 6, 2014 at 7:26 PM, Mark Brand wrote: > > On 03/07/2014 12:40 AM, Jonathan Greig wrote: > >> I've used MXE several times in the past even before it was called MXE. I >> must have really bad luck, because any time I have ever used the mas

Re: [Interest] Qt5 Cross Compiling on Linux For Windows

2014-03-06 Thread Mark Brand
On 03/07/2014 12:40 AM, Jonathan Greig wrote: > I've used MXE several times in the past even before it was called MXE. > I must have really bad luck, because any time I have ever used the > master ends up in disaster. Mark, Since I know your involved with MXE > more than most, is there an estim

Re: [Interest] Qt5 Cross Compiling on Linux For Windows

2014-03-06 Thread Thiago Macieira
Em qui 06 mar 2014, às 17:40:33, Jonathan Greig escreveu: > I noticed it was subsumed into the win32-g++ mkspec but the note suggests > you need to build Qt5 from source, which I would like to avoid if possible > because that lengthens the build process considerably. Reusing the Qt build tools for

Re: [Interest] Qt5 Cross Compiling on Linux For Windows

2014-03-06 Thread Jonathan Greig
I've used MXE several times in the past even before it was called MXE. I must have really bad luck, because any time I have ever used the master ends up in disaster. Mark, Since I know your involved with MXE more than most, is there an estimate on when the shared lib support will make it into the s

Re: [Interest] Qt5 Cross Compiling on Linux For Windows

2014-03-06 Thread Mark Brand
On 03/06/2014 10:40 PM, Jonathan Greig wrote: > Is there a recommended or proper way for cross-compiling on Linux for > Windows in Qt5 that doesn't involve building Qt5 from source? The > unsupported/win32-g++-cross mkspec is now removed in Qt5 and I'd like > to setup a cross compiler under Tra

[Interest] Qt5 Cross Compiling on Linux For Windows

2014-03-06 Thread Jonathan Greig
Is there a recommended or proper way for cross-compiling on Linux for Windows in Qt5 that doesn't involve building Qt5 from source? The unsupported/win32-g++-cross mkspec is now removed in Qt5 and I'd like to setup a cross compiler under Travis-CI. Jonathan