Publishing QT Applications on ARM64 Linux

Publishing QT Applications on ARM64 Linux

Publishing QT applications on ARM64 Linux follows a process similar to that on Windows, utilizing the Linuxdeployqt tool;1. Download the packaging tool git clone https://github.com/probonopd/linuxdeployqt.git or download the source code from GitHub https://github.com/probonopd/linuxdeployqt/tree/master Download Appimagetool-aarch64.AppImage https://github.com/AppImage/AppImageKit/releases 2. Compile the packaging tool source code If QT is installed successfully, qmake will be configured by default qmake … Read more