Re: [Interest] Host Qt version requirement when cross-compiling

2022-03-13 Thread Thiago Macieira
On Sunday, 13 March 2022 05:51:39 PDT Alexey Rochev wrote: > You mean second component of version by minor, right? So supported range > for 6.3 is 6.0-6.7 (or 6.3-6.7)? It would if we had made that decision earlier. Starting with 6.3, it will be N-4 to N+4, so for 6.3 it is 6.3 to 6.7. > I think

Re: [Interest] Host Qt version requirement when cross-compiling

2022-03-13 Thread Croitor Alexandru
Hi, See https://lists.qt-project.org/pipermail/development/2021-November/041917.html Quote: >Apart from that, after internal discussion I have to lower expectations >regarding our commitment to this. I don't see us creating the test >infra for testing the build of different host/target Qt combi

Re: [Interest] Host Qt version requirement when cross-compiling

2022-03-13 Thread Alexey Rochev
You mean second component of version by minor, right? So supported range for 6.3 is 6.0-6.7 (or 6.3-6.7)? I think it would be a good idea to test this in CI builds. If support of different host Qt versions is not guaranteed then users can't rely on binary Qt builds provided by their distributions

Re: [Interest] Host Qt version requirement when cross-compiling

2022-03-12 Thread Thiago Macieira
On Saturday, 12 March 2022 14:24:20 PST Alexey Rochev wrote: > Does cross-compiling Qt6 (for Android) require exact same version of > host Qt to build correctly? I'm assuming that it does since when I > tried to cross-compile 6.2.2 using host 6.2.3 (don't ask me why) it > failed with a strange erro

[Interest] Host Qt version requirement when cross-compiling

2022-03-12 Thread Alexey Rochev
Does cross-compiling Qt6 (for Android) require exact same version of host Qt to build correctly? I'm assuming that it does since when I tried to cross-compile 6.2.2 using host 6.2.3 (don't ask me why) it failed with a strange error (in cmake_automoc_parser) and it was gone when I updated the cross-