I just finished compiling the ~8.5GB set of Qt v5.4.0 libraries, you can download them here.
These libraries are compiled against ICU v54.1, MariaDB v5.5.39 and OpenSSL v1.0.1l with Microsoft Visual Studio 2013. The compiled libraries are both in debug and release mode, for 32 and 64-bit, as well as linked both shared and statically.

And before you ask: Yes! using these libraries you can compile your code statically against Qt5 and create a single .exe file without the need to deploy DLLs.

Please be aware that I have not yet thoroughly tested them and any feedback is very welcome: both positive and negative feedback!!
Even confirming that you got it working is VERY important, since I don’t have the time to test everything!

Have fun :)

0