> 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
Moin,
Am Sonntag, 21. August 2022, 15:15:42 CEST schrieb Ralf Van Bogaert:
> 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
On Sunday, 21 August 2022 10:15:42 -03 Ralf Van Bogaert wrote:
> However, it now crashes on launch.
>
> I get the impression the library is being compiled for qt5. I don't know, I
> am not very experienced with makefiles.
Paste the backtrace of the crash.
--
Thiago Macieira - thiago.macieira (A
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.
However, it now crashes