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

2021-02-15 Thread Jyrki Yli-Nokari
Thiago is right. Qt’s biggest problem is the barrier of entry. User facing tools must work as documented. > Thiago Macieira kirjoitti 16.2.2021 kello 1.15: > > On Monday, 15 February 2021 01:18:16 PST Joerg Bornemann wrote: >>> To be clear: >>> 1) the binaries from Qt company must also perform

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

2021-02-15 Thread Thiago Macieira
On Monday, 15 February 2021 01:18:16 PST Joerg Bornemann wrote: > > To be clear: > > 1) the binaries from Qt company must also perform this step > > Why? The installer doesn't place binaries into some shared system directory. Ok, so long as #2 is done. > > 2) the documentation has to be updated

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

2021-02-15 Thread Joerg Bornemann
On 2/12/21 8:28 PM, Thiago Macieira wrote: On Friday, 12 February 2021 01:21:39 PST Joerg Bornemann wrote: Each line of user_facing_tool_links.txt consists of the installation path of a user-facing application followed by a space and the versioned link name in INSTALL_PUBLICBINDIR. To be clear