Regarding displaying tollbar icons in release mode
-
Hi All
I am using VS2010 with Qt Addin 1.9
I have developed QTApplication in which i have added 3 toolbar icons[Open.jpg,save.png & search.jpg are file names].
When i build my code in release mode & run on my machine all toolbar icons are displaying.
But when i try to run my .exe on other machine[Windows 7 OS] it is displaying only save icon other 2 icons are not displaying.
How to resolve this?