Kind of fix the qml module
This commit is contained in:
parent
bd600d4117
commit
a50d30687c
2 changed files with 23 additions and 3 deletions
|
@ -20,4 +20,9 @@
|
|||
wayland
|
||||
wayland-protocols
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
# I have no idea why qt's cmake module refuses to set this correctly, I give up.
|
||||
cp $out/lib/qt-6/qml/org/kde/layershell/libLayerShellQtQml.so $out/lib/qt-6/qml/org/kde/layershell/libLayerShellQtQmlplugin.so
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue