Re: [Development] Qt 5.12 branch is broken for Android

2019-01-03 Thread Bogdan Vatra via Development
Hi, [...] > > Now configure mixes host libs with the target (android) ones, which IMHO > > is > > very wrong when cross-compiling :). > > Can some qmake master take a look and fix the problem? > > if you're sure you have the latest revision and a completely clean build > tree (including no stray

Re: [Development] Qt 5.12 branch is broken for Android

2019-01-02 Thread Oswald Buddenhagen
On Wed, Jan 02, 2019 at 07:35:45PM +0200, Aleksey Kontsevich wrote: > Should I assign this regression to You as well: > https://bugreports.qt.io/browse/QTBUG-72687? > what makes you think that i introduced it? > 02.01.2019, 18:47, "Oswald Buddenhagen" : > > that applies to any _recent_ regressio

Re: [Development] Qt 5.12 branch is broken for Android

2019-01-02 Thread Aleksey Kontsevich
Hi Oswald, Should I assign this regression to You as well: https://bugreports.qt.io/browse/QTBUG-72687? --  Best regards, Aleksey Linked in https://www.linkedin.com/in/alekseykontsevich 02.01.2019, 18:47, "Oswald Buddenhagen" : > On Wed, Jan 02, 2019 at 02:35:42PM +0200, Bogdan Vatra via Dev

Re: [Development] Qt 5.12 branch is broken for Android

2019-01-02 Thread Oswald Buddenhagen
On Wed, Jan 02, 2019 at 02:35:42PM +0200, Bogdan Vatra via Development wrote: > I'm trying to compile Qt for Android and 5.12 branch received quite a lot > configure changes which broke Android builds > (though I thought that 5.12 branch is for bug fixes only). > the series did fix quite some b

[Development] Qt 5.12 branch is broken for Android

2019-01-02 Thread Bogdan Vatra via Development
Hi, I'm trying to compile Qt for Android and 5.12 branch received quite a lot configure changes which broke Android builds (though I thought that 5.12 branch is for bug fixes only). Now configure mixes host libs with the target (android) ones, which IMHO is very wrong when cross-compiling :)