You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy a QT app for raspberry pi from my Linux using ./appimagetool-842-x86_64.AppImage -s deploy MyApp/usr/share/applications/MyApp.desktop , and i'm getting this in my terminal:
AppDir path: MyApp
Exec= key contains: MyApp
Icon= key contains: MyApp
2024/09/05 10:03:27 Gathering all required libraries for the AppDir...
2024/09/05 10:03:27 Add MyApp/usr/bin/lib to the libraryLocations directories we search for libraries
ERROR getDeps: did not find library libQt6Widgets.so.6
I tried to export the path of qt as export PATH=/home/pk8/Qt/6.4.3/gcc_64/lib/:$PATH, but no success.
What is happening?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to deploy a QT app for raspberry pi from my Linux using ./appimagetool-842-x86_64.AppImage -s deploy MyApp/usr/share/applications/MyApp.desktop , and i'm getting this in my terminal:
AppDir path: MyApp
Exec= key contains: MyApp
Icon= key contains: MyApp
2024/09/05 10:03:27 Gathering all required libraries for the AppDir...
2024/09/05 10:03:27 Add MyApp/usr/bin/lib to the libraryLocations directories we search for libraries
ERROR getDeps: did not find library libQt6Widgets.so.6
I tried to export the path of qt as export PATH=/home/pk8/Qt/6.4.3/gcc_64/lib/:$PATH, but no success.
What is happening?
The text was updated successfully, but these errors were encountered: