Re: [Development] Feature freeze exception for QTBUG-98545

2021-12-09 Thread Lars Knoll
> On 9 Dec 2021, at 09:57, Alexandru Croitor wrote: > > >> On 9. Dec 2021, at 08:53, Lars Knoll wrote: >> >> I’m always a bit worried about build system changes in stable branches. Does >> this in any way interfere with or change how Qt itself is being build and >> packaged? > > It shouldn

Re: [Development] Feature freeze exception for QTBUG-98545

2021-12-09 Thread Alexandru Croitor
> On 9. Dec 2021, at 08:53, Lars Knoll wrote: > > I’m always a bit worried about build system changes in stable branches. Does > this in any way interfere with or change how Qt itself is being build and > packaged? It shouldn't, it's extra API to be used by user projects, the Qt build itself

Re: [Development] Feature freeze exception for QTBUG-98545

2021-12-09 Thread Ulf Hermann
It covers deployment of applications that use Qt and QML modules targeting Windows and macOS, with further platform support added in later Qt versions (Linux and cross-compilation if/when possible). This is the sore thumb sticking out of our CMake API for QML modules. In order for people to act

Re: [Development] Feature freeze exception for QTBUG-98545

2021-12-08 Thread Lars Knoll
I’m always a bit worried about build system changes in stable branches. Does this in any way interfere with or change how Qt itself is being build and packaged? Cheers, Lars > On 7 Dec 2021, at 12:21, Alexandru Croitor wrote: > > Hi, > > I'd like to request a feature freeze exception for add

Re: [Development] Feature freeze exception for QTBUG-98545

2021-12-08 Thread Alexandru Croitor
Hi, I'd like to request a feature freeze exception for adding the new CMake deployment API in Qt 6.3. It covers deployment of applications that use Qt and QML modules targeting Windows and macOS, with further platform support added in later Qt versions (Linux and cross-compilation if/when poss