On Monday, 22 August 2022 09:11:29 -03 Michael Jackson wrote:
> For our open source program we create self-contained .tar.gz archives for
> users to download. Currently we use Qt5.15.2 for those archives. After
> packaging I run a sanity check on my Ubuntu 20.04 fully patched system and
> the progr
Hi,
As a follow-up to a question I posted yesterday on this list (sorry to
spam):
So I managed to successfully compile and add this library too my project (
https://invent.kde.org/plasma/layer-shell-qt)
However I'm not out of the woods yet. This function needs to be ran before
creating any windo
For our open source program we create self-contained .tar.gz archives for users
to download. Currently we use Qt5.15.2 for those archives. After packaging I
run a sanity check on my Ubuntu 20.04 fully patched system and the program will
launch just fine. It is a GUI based program. Last week 2 us
> Hi,
>
> I need to use this library in my Qt6-based project:
> https://invent.kde.org/plasma/layer-shell-qt
>
> I cloned the source, compiled it with cmake, and installed it.
>
> I can add the library to my project and access it's classes. I can also
> compile my project without issues.
>
> Howeve