Try converting one of your ico files to png and make sure the png file is added to the qrc resources and compiled into your program. I do this for all of my toolbar icons and do not need to deploy any image handling plugins with my app. Works just fine on a PC with no Qt installed, just the few DLLs that my app needs installed in the app directory along side of the EXE file.
I have not tried to use an ico file directly, since I get most of my icons in png format. Your problem could be as simple as not having the file built into the resources, but I would try the png conversion first.




Reply With Quote

Bookmarks