Building Qt static libraries

By default, only dynamic Qt libraries are provided with the official Qt installers. This was also the case in Chapter 1, Introduction to OpenCV and Qt, when we installed Qt in our development environment by using the installers provided by the following link:

https://download.qt.io/official_releases/qt/5.9/5.9.1/

So, to put it simply, if you want to use the static Qt libraries, you must build them on your own using their source codes. You can follow the steps provided here in order to configure, build, and use static Qt libraries:

  1. To be able to build a set of static Qt libraries, you need to start by downloading the source codes from the Qt downloads website. They are usually provided as a single compressed file ...

Get Computer Vision with OpenCV 3 and Qt5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.