I've got an app I'd like to deploy and test on target machines. But I'm having issues with dlls, specifically the Qt plugins. My app currently displays images in bmp and png format using qpixmap. When I first tested on another machine it would never load bmp files, but pngs worked. Obviously these both work in my development environment, in release. Both machines are Vista Ultimate x64.
When I build my app in release I notice it takes forever to actually start it up on my development machine. (I'm running a quad core processor), but on target machine it loads quite quickly (older dual core processor). I believe this is because its trying to resolve dlls on my machine and its having trouble finding them, but these aren't on the target machine.
I've run depends.exe and all it really tells me is that I need qtgui4.dll and qtcore4.dll. What a big help that was. I know if I'm using jpegs I need qjpeg4.dll but what do I need for bmps and pngs? Theres no qbmp4.dll and qpng.dll (because that would be easy)
I've searched for hours on google and mostly all that comes up is 'how to make qt plugins'. I find these rather unintuitive and frustrating. Any help would be appreciated.
Bookmarks