Re: [Development] qmlcachegen and QQC2 styles

2024-05-10 Thread Nicolas Fella via Development
Hi, On 10.05.24 16:43, Fabian Kosmale via Development wrote: Hi Nico, does this actually affect only your applications, or also libraries? it also affects libraries like Kirigami, which doesn't assume any particular style. And are the affected applications compiled differenrtly for desktop

Re: [Development] qmlcachegen and QQC2 styles

2024-05-10 Thread Fabian Kosmale via Development
Hi Nico, does this actually affect only your applications, or also libraries? And are the affected applications compiled differenrtly for desktop nad mobile platforms, or are the binaries shared? If you have only applications, and they are compiled differently, then the answer would be to impo

[Development] qmlcachegen and QQC2 styles

2024-05-10 Thread Nicolas Fella via Development
Hi, one of the documented limitations of qmlcachegen is that it cannot properly compile code that is using Qt Quick Controls. The recommendation here is to specify a style at compile time by directly importing it. This recommendation may be fine for some projects, but for us in KDE it poses a pro