summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2021-12-27 12:15:20 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2021-12-27 12:29:52 +0100
commit67942629cf7681aedccedc61d0bd7a4cf64f64e8 (patch)
tree1b9e5592988a14ccff456601f3ebb63af44dfb92
parent88a50ab104d55f1b652cff93bc2de37b151aefb3 (diff)
downloadrockbox-67942629cf7681aedccedc61d0bd7a4cf64f64e8.tar.gz
rockbox-67942629cf7681aedccedc61d0bd7a4cf64f64e8.zip
rbutil: Explicitly enable AppImage qt deploy plugin.
Change-Id: Id2cb21882b06f60541ecfe22b101d13c4f631131
-rw-r--r--utils/cmake/deploy.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/cmake/deploy.cmake b/utils/cmake/deploy.cmake
index 20c601b1ad..783efdb8e7 100644
--- a/utils/cmake/deploy.cmake
+++ b/utils/cmake/deploy.cmake
@@ -50,6 +50,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
50 COMMENT "Creating AppImage ${target}" 50 COMMENT "Creating AppImage ${target}"
51 COMMAND OUTPUT=${CMAKE_BINARY_DIR}/${target}.AppImage 51 COMMAND OUTPUT=${CMAKE_BINARY_DIR}/${target}.AppImage
52 ${LINUXDEPLOY} 52 ${LINUXDEPLOY}
53 --plugin qt
53 --icon-file=${iconfile} 54 --icon-file=${iconfile}
54 --desktop-file=${desktopfile} 55 --desktop-file=${desktopfile}
55 --executable=$<TARGET_FILE:${target}> 56 --executable=$<TARGET_FILE:${target}>