I’m trying to use Qt with openCV with visual studio. I have open CV statically linked (/MT) and working and I need to do the same with Qt. I read through several previous similar topics but none provide all of the necessary info needed.
I have Qt installed at C:\Qt\Qt5.3.1
I need the paths to the include directories to use, the libraries directory, and the long list of additional dependencies (*.lib files) so I can add all that to my project settings.
↧