Rev 37 | Blame | Compare with Previous | Last modification | View Log | RSS feed
QT += core
TEMPLATE = app
CONFIG -= app_bundle
HEADERS += Algorithm.h \
AlgorithmGrayCode.h \
AlgorithmPhaseShift.h \
SMCalibrationParameters.h
SOURCES += testAlgorithm.cpp\
AlgorithmGrayCode.cpp \
AlgorithmPhaseShift.cpp \
SMCalibrationParameters.cpp
INCLUDEPATH += algorithm/
# pkg-config libs
CONFIG += link_pkgconfig
PKGCONFIG += opencv