blog.updatenode.com/2014/06/26/how-do-we-build-qt-statically

Qt is a great cross-platform application framework (qt-project.org). It allows you to create applications for many different operating system based on the same source code.

As long as you follow the recommendations to link your application against a dynamic Qt runtime, everything should run very smoothly. But there might be situations where you want to have a single binary instead of mu ...


Comments (0)

Sign in to post comments.