sigmoid

..oo..oo..oo..oo..oo..oo..

Browsing Posts tagged Qt

I have just finished compiling Qt5 v5.4.2 with OpenSSL and MariaDB support. You can find them at my Precompiled Qt4 and Qt5 page. I usually build everything so that one can use them to generate statically linked binaries; and such is the case with these builds also. What’s new is that I now have compiled […]

Qt on windows does not compile with MySQL support out of the box. If you’re unsure how to compile Qt on Windows with Visual Studio take a look at my other post on how to create a Qt Shadow build with Visual Studio. Based on the setup explained there, you have to first download the […]

A “shadow build” is an out-of-source build, where the source code is kept in one place and the build tree in another. I use this method to compile Qt on windows with Visual Studio (as of writing this post with VS2010). Preparation First download the latest Qt source code package. I usually download the latest […]