mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Updates (#1664)
* Deploy Wayland shells * Correct typos * Update qmdnsengine
This commit is contained in:
@@ -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})
|
||||
|
Reference in New Issue
Block a user