Subversion Repositories seema-scanner

Rev

Rev 37 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37 Rev 66
Line -... Line 1...
-
 
1
QT += core
1
TEMPLATE = app
2
TEMPLATE = app
2
CONFIG -= app_bundle
3
CONFIG -= app_bundle
3
CONFIG -= qt
-
 
4
 
4
 
5
HEADERS += Codec.h \
5
HEADERS += Algorithm.h \
6
        CodecGrayCode.h \
6
        AlgorithmGrayCode.h \
7
        CodecPhaseShift.h \
7
        AlgorithmPhaseShift.h \
8
        ../projector/Contexth \
-
 
9
        ../projector/Projector.h
8
		SMCalibrationParameters.h
10
 
9
 
11
SOURCES += mainCodecTest.cpp\
10
SOURCES += testAlgorithm.cpp\
12
        CodecGrayCode.cpp \
11
        AlgorithmGrayCode.cpp \
13
        CodecPhaseShift.cpp \
12
        AlgorithmPhaseShift.cpp \
14
        ../projector/Context.Unix.cpp \
-
 
15
        ../projector/Projector.cpp
13
		SMCalibrationParameters.cpp
16
 
14
 
17
INCLUDEPATH += ../projector/
15
INCLUDEPATH += algorithm/
18
 
16
 
19
# pkg-config libs
17
# pkg-config libs
20
CONFIG += link_pkgconfig
18
CONFIG += link_pkgconfig
21
PKGCONFIG += opencv  gl glu x11 xrandr
19
PKGCONFIG += opencv