Hi everyone,
I have a strange problem when deploying my application. On the development machine everything works fine. When testing on different computers (Windows 7 and Windows XP) it does not. I have some buttons showing SVGs that are included in my resource file. The same is true for some labels. To support SVGs I added the plugins folder to the app folder. This makes the SVGs show up on the buttons as expected. However, it does not work for the labels. I assume it has to do with the fact that QButton uses QIcon while QLabel uses QPixmap. However, I cannot see why this would cause troubles since it does work on my development machine.

I added the files to the resource file and then applied the icon or pixmap in Designer. So it cannot be a coding issue. Am I missing some files that are needed to convert SVG to pixmap? I added all release DLLs in plugins\iconengines and plugins\imageformats to application folder (preserving the folder structure, of course).