Hey,
i want to use the opencv libs.
this is a part of my .pro file :
INCLUDEPATH += “D:\OpenCV\debug\include”
LIBS += “D:\OpenCV\debug\lib\*.dll.a”
when compiling the project no error occurs but starting the .exe throws “cannot find *.dll”.
but starting the project in qt creator opens cmd waiting for a key to terminate the process with return value 0.
when i do not include the libs and include paths many errors occure while compiling the project : “undefined reference” to the opencv functions.
so it seems as qt finds the libs but although it does not work.
my path : C:\QtSDK\mingw\bin; C:\QtSDK\QtCreator\bin; C:\OpenCV\debug\bin; C:\OpenCV\debug\include; C:\OpenCV\debug\lib.
in C:\OpenCV\debug\ the libs end with .dll.a.
i tried backslashes instead of forward slashes, to include without quotes and i moved the libs from D: to C: and back, started the Qt creator and the exe as admin but it does not change the behaviour of the project/.exe.
my fellow student has exactly the same OS (Windows 7 64 bit) the same folders where openCV is found and the same PATH and on his destkop it works.
GREETZ
↧