PDA

View Full Version : Very strange with Qt+OpenCV



diego
29th June 2009, 05:33
Hi all.
I am making a webcam project with Qt + OpenCV.
I made steps on window.

Ihstalled Qt.
Installed OpenCV
Maked project

.Pro file



TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += "C:\OpenCV\cxcore\include" \
"C:\OpenCV\cv\include" \
"C:\OpenCV\cvaux\include" \
"C:\OpenCV\otherlibs\highgui" \
"C:\OpenCV\cxcore\include"
win32:LIBS += -L"C:\OpenCV\cxcore\lib"
LIBS += -lcv -lhighgui
SOURCES += main.cpp QOpenCVWidget.cpp MyCameraWindow.cpp
HEADERS += QOpenCVWidget.cpp MyCameraWindow.h


I runs my project
it appears me a message


Binary not found


I dont know what is wrong. Please help me.

Thanks in advance.
Diego