#-------------------------------------------------
#
# Project created by QtCreator 2011-02-18T14:52:13
#
#-------------------------------------------------
QT += core gui
TARGET = samplecv
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui
CONFIG += mobility
MOBILITY =
INCLUDEPATH += C:/OpenCV2.2/include/opencv \
C:/OpenCV2.2/include/opencv2
LIBS+= C:/OpenCV2.2/lib/*.lib
symbian {
TARGET.UID3 = 0xe10417cf
# TARGET.CAPABILITY +=
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}
#-------------------------------------------------
#
# Project created by QtCreator 2011-02-18T14:52:13
#
#-------------------------------------------------
QT += core gui
TARGET = samplecv
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui
CONFIG += mobility
MOBILITY =
INCLUDEPATH += C:/OpenCV2.2/include/opencv \
C:/OpenCV2.2/include/opencv2
LIBS+= C:/OpenCV2.2/lib/*.lib
symbian {
TARGET.UID3 = 0xe10417cf
# TARGET.CAPABILITY +=
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}
To copy to clipboard, switch view to plain text mode
Am i true with this kind of declaration....i haven't been that much familiar with opencv....
if possible can you help with an Qt example together with OpenCV...
Thanks
Bookmarks