I have a project which uses openCV. I am trying to set up openCV library to use in my Qt application.
For my Qt installation I installed Visual Studio and am using its compiler and CDS debugger. After doing all this when I am going through the documentation I am seeing that MinGW is used to configure openCV and Qt (https://wiki.qt.io/How_to_setup_Qt_and_openCV_on_Windows)
But in most cases we will be using VS, so how can someone configure openCV with Qt if using Visual Studio compilers.