I am currently porting our .ui files from qt3.3 to qt4.2, but when I try to convert using the uic3 tool, it completely crashes and outputs a blank file. Here is a command example:

uic3.exe -convert dlg.ui > dlg4.ui

I looked around and didn't see any mention of problems with this app, so I'd appreciate any ideas.

Thanks!