I was able to connect Qt
with OpenCV
and the my application is working properly. But now would like that my .exe
file does not have any dependencies with .dll
files. I would like be able to use my application in another computer without concerns.
I tried to search in several forums but i didn´t find any solution to my problem.
Adding CONFIG += static
to my .pro
file is enough??