Subversion Repositories seema-scanner

Rev

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

Rev 95 Rev 99
Line 33... Line 33...
33
    SMCalibrationWorker.h \
33
    SMCalibrationWorker.h \
34
    SMCalibrationParameters.h \
34
    SMCalibrationParameters.h \
35
    SMReconstructionWorker.h \
35
    SMReconstructionWorker.h \
36
    algorithm/Algorithm.h \
36
    algorithm/Algorithm.h \
37
    algorithm/AlgorithmGrayCode.h \
37
    algorithm/AlgorithmGrayCode.h \
38
    algorithm/AlgorithmGrayCodeHQ.h \
38
    algorithm/AlgorithmPhaseShift.h \
39
    algorithm/AlgorithmPhaseShift.h
39
    algorithm/AlgorithmGrayCodeHorzVert.h
40
 
40
 
41
SOURCES += main.cpp\
41
SOURCES += main.cpp\
42
        SMScanner.cpp \
42
        SMScanner.cpp \
43
        SMVideoWidget.cpp \
43
        SMVideoWidget.cpp \
44
        SMPointCloudWidget.cpp \
44
        SMPointCloudWidget.cpp \
Line 50... Line 50...
50
        SMPreferenceDialog.cpp \
50
        SMPreferenceDialog.cpp \
51
    SMCalibrationWorker.cpp \
51
    SMCalibrationWorker.cpp \
52
    SMCalibrationParameters.cpp \
52
    SMCalibrationParameters.cpp \
53
    SMReconstructionWorker.cpp \
53
    SMReconstructionWorker.cpp \
54
    algorithm/AlgorithmGrayCode.cpp \
54
    algorithm/AlgorithmGrayCode.cpp \
55
    algorithm/AlgorithmGrayCodeHQ.cpp \
55
    algorithm/AlgorithmPhaseShift.cpp \
56
    algorithm/AlgorithmPhaseShift.cpp
56
    algorithm/AlgorithmGrayCodeHorzVert.cpp
57
 
57
 
58
 
58
 
59
FORMS    += SMScanner.ui \
59
FORMS    += SMScanner.ui \
60
    SMAboutDialog.ui \
60
    SMAboutDialog.ui \
61
    SMPreferenceDialog.ui
61
    SMPreferenceDialog.ui