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-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 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

[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] Sqlite Cipher in Qt 5.15.8

2022-02-15 Thread Ramakanth Kesireddy
Thanks for your mail. Need to check I can use those plugins as part of Qt 5.15 commercial license. Best Regards, Ramakanth On Mon, 14 Feb, 2022, 06:48 Yang Fan, wrote: > You may search "qt sqlcipher" as the keyword on GitHub, there are some > projects implementing sqlcipher as a plugin. > > On