In my opinion, it's correct as you put in the .pro file, ie inserting the list of static libraries used in the project. You need to better control the project files instead. I've seen in the Qt documentation that you need to insert the right macros to recognize that the project wants the OpenCV static libraries. So make sure that the OpenCV libraries you use are actually the static ones.
Bookmarks