Subversion Repositories seema-scanner

Rev

Rev 36 | Rev 70 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36 Rev 41
Line 31... Line 31...
31
        SMPreferenceDialog.h \
31
        SMPreferenceDialog.h \
32
        SMTypes.h \
32
        SMTypes.h \
33
    SMCalibrationWorker.h \
33
    SMCalibrationWorker.h \
34
    SMCalibrationParameters.h \
34
    SMCalibrationParameters.h \
35
    SMReconstructionWorker.h \
35
    SMReconstructionWorker.h \
36
    codec/Algorithm.h \
36
    algorithm/Algorithm.h \
37
    codec/AlgorithmGrayCode.h \
37
    algorithm/AlgorithmGrayCode.h \
38
    codec/AlgorithmPhaseShift.h
38
    algorithm/AlgorithmPhaseShift.h
39
 
39
 
40
SOURCES += main.cpp\
40
SOURCES += main.cpp\
41
        SMScanner.cpp \
41
        SMScanner.cpp \
42
        SMVideoWidget.cpp \
42
        SMVideoWidget.cpp \
43
        SMPointCloudWidget.cpp \
43
        SMPointCloudWidget.cpp \
Line 48... Line 48...
48
        rotationstage/RotationStage.cpp \
48
        rotationstage/RotationStage.cpp \
49
        SMPreferenceDialog.cpp \
49
        SMPreferenceDialog.cpp \
50
    SMCalibrationWorker.cpp \
50
    SMCalibrationWorker.cpp \
51
    SMCalibrationParameters.cpp \
51
    SMCalibrationParameters.cpp \
52
    SMReconstructionWorker.cpp \
52
    SMReconstructionWorker.cpp \
53
    codec/AlgorithmGrayCode.cpp \
53
    algorithm/AlgorithmGrayCode.cpp \
54
    codec/AlgorithmPhaseShift.cpp
54
    algorithm/AlgorithmPhaseShift.cpp
55
 
55
 
56
 
56
 
57
FORMS    += SMScanner.ui \
57
FORMS    += SMScanner.ui \
58
    SMAboutDialog.ui \
58
    SMAboutDialog.ui \
59
    SMPreferenceDialog.ui
59
    SMPreferenceDialog.ui
60
 
60
 
61
INCLUDEPATH += camera/ projector/ codec/ triangulator/ rotationstage/ calibration/
61
INCLUDEPATH += camera/ projector/ algorithm/ triangulator/ rotationstage/ calibration/
62
 
62
 
63
 
63
 
64
# Operating System dependant linking and including
64
# Operating System dependant linking and including
65
# Linux
65
# Linux
66
unix:!macx {
66
unix:!macx {