After successfully making an installer for a qt application, I realize background images on qwidets doesn't show when installed on different computers although they do show on my own computer. I'm sure it has to be with dynamic libraries but i just don't know how to go about it. I need help please.
2 Answers
Your problem is missing image plugins. You need to read about how to deploy a Qt application on windows.
qjpeg.dllfrom theimageformatsdirectory located in something likeC:\Qt\5.1.0\mingw48_32\plugins\imageformats. You put this .dll file in a subdir calledimageformatsthat is located in the directory that contains your deployed .exe file.