FYI, Windows binaries from the 0.6.0rc4 source (in git) will not get you a fixed build.
Why's that?  The v0.6.0rc4 tag includes the -lmingwthrd fix.
When I first saw your post I figured I must have guessed wrongly what the update was all about, because the changes for safe multi-threading in mingw were included in the rc4 source.
The v0.6.0rc4 tag includes the fix, but it removes -lmingw 
only in the gitian build of Qt. Since it doesn't also change the filename, there is a probability anyone using gitian will 
not rebuild Qt; they, and non-gitian builders, will therefore not get the change. I submitted 
a pull request to move the change to bitcoin-qt.pro where it belongs, and incorporated this into 
the v0.5.3.1 tag.
While it would be 
possible (and in the case of the binaries, was done) to build v0.6.0rc4 with the adjusted Qt, doing so required inside knowledge of the fix, and could not be explained without disclosing the nature of the security issue; therefore, I stuck with a blanket "will not" to be on the safe side.