i want deploy qt applications in raspberrypi and share apps with other raspberrypi without instal qt. As an executable file. I tried linuxdeployqt but it error "./linuxdeployqt-continuous-x86_64.AppImage: cannot execute binary file: Exec format error" when run AppImage. Can anyone help me? I am using Qt version 5.11
Asked
Active
Viewed 404 times
1 Answers
0
I would recommend using appimage-builder. You will have to install it using pip3 in your raspberry pi, also it's recommended to use Raspbian (this is where I test it)
Check the appimage-builder documentation for more details.

Alexis
- 591
- 2
- 8