[Interest] Glib vulnerability on QT 5.6.3 dependency

2021-01-06 Thread Ramakanth Kesireddy
Hi, Am using Qt 5.6.3 widgets on embedded Linux through yocto recipes which depends on libglib-2.0. The modules being used by our single threaded application are core,gui,widgets and printsupport. Our usecases incase of QT involve c++ widgets with stylesheet with QStackedlayout and signals/slots

Re: [Interest] Qt 5.15 pull out of open source?!

2021-01-06 Thread David M. Cotter
I, too, would like some clarification. thanks -dave > On Jan 6, 2021, at 7:03 PM, Jérôme Godbout wrote: > > Hi, > is this any true? > https://www.phoronix.com/scan.php?page=news_item&px=Qt-5.15-LTS-Commercial-Phase > >

Re: [Interest] Qt6 - Making Qt installer package for Windows, Linux and OS X

2021-01-06 Thread Be
Much of this is CMake's fault rather than Qt's. Getting CMake to make a macOS package was an incredibly frustrating experience that took me 1.5 weeks. I reported the issues upstream to CMake: https://gitlab.kitware.com/cmake/cmake/-/issues/21568 On 1/6/21 8:16 AM, Till Oliver Knoll wrote: Am 09

[Interest] Qt 5.15 pull out of open source?!

2021-01-06 Thread Jérôme Godbout
Hi, is this any true? https://www.phoronix.com/scan.php?page=news_item&px=Qt-5.15-LTS-Commercial-Phase Does Qt really thing 6.0 can fill the bills of open source for all apps? so many modules are missing from 6.0?! all Bluetooth app using open source will do what exactly?!? I surely hope this i

Re: [Interest] Rebuilding cmake project (in Qt Creator) fails - build directories write-protected?

2021-01-06 Thread Till Oliver Knoll
Am 06.01.21 um 10:45 schrieb Kai Köhne: >> From: Interest On Behalf Of Till Oliver >> Knoll >> Subject: Re: [Interest] Rebuilding cmake project (in Qt Creator) fails - >> build directories write-protected? >> >> Am 31.12.20 um 16:02 schrieb Till Oliver Knoll: >> Am 31.12.20 um 15:29 schrieb Jame

Re: [Interest] Qt6 - Making Qt installer package for Windows, Linux and OS X

2021-01-06 Thread Till Oliver Knoll
Am 09.12.20 um 11:14 schrieb Alexandru Croitor: > Going forward, i'd expect improvements on "consumption of Qt with CMake" part > as well. I can definitively confirm that creating your own Qt applications using CMake yourself is not quite the same "out of the box"-experience as with qmake (at lea

Re: [Interest] qml: opengl failure

2021-01-06 Thread ich
Am January 6, 2021 5:54:02 AM UTC schrieb Alexander Dyagilev : >Hello, > >I've tried to use this code: > >if(!qEnvironmentVariableIsSet("QT_OPENGL")) > >{ > >//OnWindows,useANGLEsowedon'thavetoloadOpenGL > >//user-modedriversintoourapp.OGLdrivers(especiallyIntel) > >//seemtocrashtheappfarmoreoften

Re: [Interest] Qt 6.0.0 released

2021-01-06 Thread Till Oliver Knoll
Am 09.12.20 um 16:04 schrieb ekke: > > I'm happy with the new Small Business License for my mobile app > development. https://www.qt.io/qt-for-small-business > Well, here's the new catch (compared to Qt 5 perpetual licenses): if you stop paying your license fees you now must pull your app(s) develo

Re: [Interest] Rebuilding cmake project (in Qt Creator) fails - build directories write-protected?

2021-01-06 Thread Kai Köhne
> From: Interest On Behalf Of Till Oliver > Knoll > Subject: Re: [Interest] Rebuilding cmake project (in Qt Creator) fails - > build directories write-protected? > > Am 31.12.20 um 16:02 schrieb Till Oliver Knoll: > Am 31.12.20 um 15:29 schrieb James DeLisle: > There are some on-going peculiarit