I'm doing a QT application for work. I'm a long time linux user and though the application's designer has made the program pretty much impossible to build off of Windows (and a bit of a challenge on Windows), I'm not quite ready to give up on my beloved command line.
I tried for a while to get things to build using GNU Make on Windows and that didn't go very well. Visual Studio 9 is installed (it's what I am supposed to be using), so I switched and used it's compiler.
It takes four changes:
PATH
: The Windows SDK needs to be on the PATH
. I do this with the following snippet in my bashrc: