Hi.
I write an application on my main system (Ubuntu 18.04) and build the executable in a virtual machine (Ubuntu 16.04). I synchronize the two projects via a github repository. When running my project in debug mode on Ubuntu 18.04 everything works and all icons show up. However when doing the same on the Ubuntu 16.04 system none of the items are visible in the UI of the application.
I make the Appimages with linuxdeployqt.

Things I've tried:
- Run qmake
- Rebuild the project
- In the source code when hovering the mouse cursor above the resource path the correct images get previewed
- All the icon files are added to the .qrc file
- There is only one .qrc file
- The icons are missing in the in-application build as well as in the generated Appimage file when executing it on Ubuntu 16.04 and Ubuntu 18.04

The icons are in the .svg vector graphics, could that be the problem?