On start application attempts to load an SVG file that is not present in the source tree.
ui_RenderImageDialog.h:108
icon.addFile(QString::fromUtf8("../../../../../../../usr/share/icons/Adwaita/scalable/places/user-desktop-symbolic.svg"), QSize(), QIcon::Normal, QIcon::Off);
Doesn't seem to impact the functionality as Qt fails somewhat gracefully and writes the error message to the terminal.