Re: [Development] Qt 6 co-installability with Qt 5

2021-02-23 Thread Elvis Stansvik
Den tis 23 feb. 2021 21:27Joerg Bornemann skrev: > On 2/23/21 8:52 PM, Thiago Macieira wrote: > > On Tuesday, 23 February 2021 00:00:22 PST Joerg Bornemann wrote: > >> On 2/20/21 2:44 AM, Thiago Macieira wrote: > >>> Besides, doesn't Windows now have symlinks? > >> > >> For admin users only unles

Re: [Development] The sorry state of the Qt6 cross compile experience

2021-02-23 Thread Lorn Potter
Hi, On 23/2/21 9:27 PM, BogDan Vatra via Development wrote: - IMHO the qmake build files were removed prematurely ... they should be removed **after** cmake matched qmake. Probably would agree with this, but meh, whatever, I'm agile. Having said that, I truly believe that cmake is a big ste

Re: [Development] Qt 6 co-installability with Qt 5

2021-02-23 Thread Joerg Bornemann
On 2/23/21 8:52 PM, Thiago Macieira wrote: On Tuesday, 23 February 2021 00:00:22 PST Joerg Bornemann wrote: On 2/20/21 2:44 AM, Thiago Macieira wrote: Besides, doesn't Windows now have symlinks? For admin users only unless an admin user enables them for everyone. Hard-links are available thou

Re: [Development] The sorry state of the Qt6 cross compile experience

2021-02-23 Thread Joerg Bornemann
On 2/23/21 12:27 PM, BogDan Vatra via Development wrote: OK, biting. - first and foremost, we need to waste time to **fully** build and install it for host platform (desktop). No, you don't need a full build. You need the tools that are called by the build system. The support for creating a

Re: [Development] Qt 6 co-installability with Qt 5

2021-02-23 Thread Thiago Macieira
On Tuesday, 23 February 2021 00:00:22 PST Joerg Bornemann wrote: > On 2/20/21 2:44 AM, Thiago Macieira wrote: > > Besides, doesn't Windows now have symlinks? > > For admin users only unless an admin user enables them for everyone. > Hard-links are available though on NTFS. Can we use the hard-lin

[Development] Codereview scheduled maintenance break on Monday 1-Mar 7 am CET

2021-02-23 Thread Jukka Jokiniva
Hi all,   There will be a maintenance break on the codereview.qt-project.org on Monday 1-Mar 7:00 am – 8:00 am CET. The Gerrit version will be upgraded from 3.1.10 to 3.1.12.  --Jukka Jokiniva ___ Development mailing list Development@qt-project.or

Re: [Development] The sorry state of the Qt6 cross compile experience

2021-02-23 Thread Marius Kittler
Hi, It looks like your experience with the new build system is the very opposite of my experience. I've found it to work much more flawlessly, especially with regards to cross-compilation targeting mingw-w64 and Android (haven't tested the Android build much, though). --- > first and foremost

[Development] The sorry state of the Qt6 cross compile experience

2021-02-23 Thread BogDan Vatra via Development
Hi, Even though I said that I'm not opening this subject again, I must do it because in this moment, cross compiling Qt6 is painful and broken. Long time ago, in the Qt 5 time, we had an painlessly way to do cross compiling, not only for Android, but also for the rest of the platforms. Ye

Re: [Development] Qt 6 co-installability with Qt 5

2021-02-23 Thread Joerg Bornemann
On 2/20/21 2:44 AM, Thiago Macieira wrote: Besides, doesn't Windows now have symlinks? For admin users only unless an admin user enables them for everyone. Hard-links are available though on NTFS. Cheers, Joerg ___ Development mailing list Develop