Hi all.
I am starting working with camera. I went to here and downloaded source code
http://www.qt-apps.org/content/show....?content=89995

Continued :
I installed Qt and OpenCV on my computer

I changed my.pro file
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += "C:\OpenCV\cxcore\include" \
"C:\OpenCV\cv\include" \
"C:\OpenCV\cvaux\include"
win32 {
LIBS += -L"C:\OpenCV\lib"
}
LIBS += -lcv -lhighgui
SOURCES += main.cpp QOpenCVWidget.cpp MyCameraWindow.cpp
HEADERS += QOpenCVWidget.cpp MyCameraWindow.h
I builded my project. Done
I runs. It appears a very strange bugs
Starting C:/Documents and Settings/Mr. Diego/My Documents/QtOpenCV/debug/QtOpenCV.exe...
C:/Documents and Settings/Mr. Diego/My Documents/QtOpenCV/debug/QtOpenCV.exe exited with code -1072365566
What happens with me ? Please help me.

Thanks in advance.
Diego