[Interest] License for Qt6 QtMultimedia module (LGPL?)

2022-02-15 Thread Adam Light
At https://doc.qt.io/qt-6/qtmultimedia-index.html, the Qt Multimedia module is listed as being available under these licenses: * commercial * LGPL, v3 * GPL, v2 In a git checkout of the 6.2 branch, .gitmodules contains this: [submodule "qtmultimedia"] depends = qtbase qtshadertools recommends = qt

Re: [Interest] License for Qt6 QtMultimedia module (LGPL?)

2022-02-15 Thread David M. Cotter
+1 > On Feb 15, 2022, at 9:59 AM, Adam Light wrote: > > At https://doc.qt.io/qt-6/qtmultimedia-index.html > , the Qt Multimedia module is > listed as being available under these licenses: > * commercial > * LGPL, v3 > * GPL, v2 > > In a git chec

Re: [Interest] License for Qt6 QtMultimedia module (LGPL?)

2022-02-15 Thread Alexey Edelev
Shadertools module provides an executable that is used by multimedia at build time only. So there is no runtime dependencies between qtmultimedia and shadertools, so that's the key, I guess. Regards, Alexey. On Tue, Feb 15, 2022, 19:00 Adam Light wrote: > At https://doc.qt.io/qt-6/qtmultimedia-

Re: [Interest] License for Qt6 QtMultimedia module (LGPL?)

2022-02-15 Thread Adam Light
On Tue, Feb 15, 2022 at 10:20 AM Alexey Edelev wrote: > Shadertools module provides an executable that is used by multimedia at > build time only. So there is no runtime dependencies between qtmultimedia > and shadertools, so that's the key, I guess. > OK, that makes sense. Thanks. Adam ___

Re: [Interest] License for Qt6 QtMultimedia module (LGPL?)

2022-02-16 Thread Mike Krus via Interest
Hi I thought qtshadertools had been relicensed as LGPL for 6.3? Mike > On 15 Feb 2022, at 18:27, Adam Light wrote: > > > > On Tue, Feb 15, 2022 at 10:20 AM Alexey Edelev wrote: > Shadertools module provides an executable that is used by multimedia at build > time only. So there is no runtime

Re: [Interest] License for Qt6 QtMultimedia module (LGPL?)

2022-02-16 Thread Volker Hilsheimer
> On 16 Feb 2022, at 09:50, Mike Krus via Interest > wrote: > > Hi > > I thought qtshadertools had been relicensed as LGPL for 6.3? > > > Mike That is correct as of: https://codereview.qt-project.org/c/qt/qtshadertools/+/382923 And it’s also correct that as long as the QtShaderTools is on