* Deploy Wayland shells

* Correct typos

* Update qmdnsengine
This commit is contained in:
LordGrey
2023-12-06 20:14:41 +01:00
committed by GitHub
parent a2ded6acc9
commit 05befbb49c
3 changed files with 4 additions and 4 deletions

View File

@@ -230,7 +230,7 @@ macro(DeployLinux TARGET)
# Copy Qt plugins to 'share/hyperion/lib'
if (QT_PLUGINS_DIR)
foreach(PLUGIN "platforms" "sqldrivers" "imageformats" "tls")
foreach(PLUGIN "platforms" "sqldrivers" "imageformats" "tls" "wayland-shell-integration")
if (EXISTS ${QT_PLUGINS_DIR}/${PLUGIN})
file(GLOB files "${QT_PLUGINS_DIR}/${PLUGIN}/*.so")
foreach(file ${files})