Icons disappear on an other computer
问题 I've created a program with Qt Creator and compiled it with the release mode. I've added all the necessary DLLs and everything runs fine on my computer. The problem is that when I start the program from an other computer all the icons that I've included are not displayed, whereas everything looks fine on my computer. Where can this come from? Edit: The icons are loaded in a qrc file... 回答1: Most of Qt's support for file formats relies on plugins. To ensure that your application works as