It is a messy question, hopefully you can figure out what I want :)
What is the best way to use Win32 functionality in a Qt Open Source Edition project?
Currently I have included the necessary Windows SDK libraries and include directories to qmake project file by hand. It works fine on a small scale, but its inconvenient and cumbersome.
So, should I separate the Win32 stuff into a library or is there a sensible way of combining these two? Or have I just overlooked some Qt aspect that simplifies this?
EDIT
Removed the syntax stuff, its not really relevant, just annoying.