Subversion Repositories seema-scanner

Rev

Rev 37 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
66 jakw 1
QT += core
4 jakw 2
TEMPLATE = app
3
CONFIG -= app_bundle
4
 
66 jakw 5
HEADERS += Algorithm.h \
6
        AlgorithmGrayCode.h \
7
        AlgorithmPhaseShift.h \
8
		SMCalibrationParameters.h
4 jakw 9
 
66 jakw 10
SOURCES += testAlgorithm.cpp\
11
        AlgorithmGrayCode.cpp \
12
        AlgorithmPhaseShift.cpp \
13
		SMCalibrationParameters.cpp
4 jakw 14
 
66 jakw 15
INCLUDEPATH += algorithm/
4 jakw 16
 
17
# pkg-config libs
18
CONFIG += link_pkgconfig
66 jakw 19
PKGCONFIG += opencv