Subversion Repositories seema-scanner

Rev

Rev 66 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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