Unless you really understand your win32 gui event loop, and Qt event loop, don't go on that path.
Theoretically, you need to link against QtGui.dll, construct a QApplication instance, and call exec() on it - otherwise you wont have any Qt event handing.
If and how this will play nicely with any other event loops and GUI events in your application is a hard to say, and is very specific to the application it self.
As I said, don't go there, there be dragons.
It will probably be easier to port the win32 application to Qt.
Bookmarks