Qt5Test.dll error After Deployment of OpenCV application
Unsolved
General and Desktop
-
Hi Everyone,
I made an OpenCV application for Windows in QT5.15 minGW 32. For deployment i used windeployqt and inno setup for making it's installer.
However, when the application installed to different computers rather than mine, i always observe Qt5Test.dll error.
I have used windeployqt + inno setup for multiple applications and never seen such error before. So i suspect it can be related with OpenCV
Had anyone face a similar issue before?
-
If you would not use anything from QTest library then windows would not ask for it. Maybe look with Dependency Walker to see where it comes from.