Hello.
Let's say I already deployed a C++ Windows application with its companion opencv_world320.dll which was built without Qt option.
Now user would like to have all Qt backend facilities: in addition to replace the DLL with the "Qt enabled" version, does my application need ALSO to be rebuilt against the opencv_world320.lib which the "Qt" DLL was built?