This is a little out there. I have a windows app built using VC++ 6.0, Qt 3.2.1, and some third-party .dlls. I know how to use qmake and create a configure script for linux. The problem becomes how to link against the .dlls. I have heard mention of mingw or winegcc. I am lost at this point. Is there some way to make this happen?