I've written a couple of applications in QML (part of Qt 5). In a question that I've made before (https://softwareengineering.stackexchange.com/questions/213698/deploying-qt-based-app-on-mac-os-x), I found the solution for deploying my app on OS X (using the macdeployqt tool). Deploying Qt4 apps on Windows was easy: You compiled it in release mode. You copied the necessary libraries (DLLs). You te