rbutil: Explicitly enable AppImage qt deploy plugin.
Change-Id: Id2cb21882b06f60541ecfe22b101d13c4f631131
This commit is contained in:
parent
88a50ab104
commit
67942629cf
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
|||
COMMENT "Creating AppImage ${target}"
|
||||
COMMAND OUTPUT=${CMAKE_BINARY_DIR}/${target}.AppImage
|
||||
${LINUXDEPLOY}
|
||||
--plugin qt
|
||||
--icon-file=${iconfile}
|
||||
--desktop-file=${desktopfile}
|
||||
--executable=$<TARGET_FILE:${target}>
|
||||
|
|
Loading…
Reference in a new issue