Subversion Repositories seema-scanner

Rev

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

Rev 70 Rev 95
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
 
40
 
40
SOURCES += main.cpp\
41
SOURCES += main.cpp\
41
        SMScanner.cpp \
42
        SMScanner.cpp \
42
        SMVideoWidget.cpp \
43
        SMVideoWidget.cpp \
Line 49... Line 50...
49
        SMPreferenceDialog.cpp \
50
        SMPreferenceDialog.cpp \
50
    SMCalibrationWorker.cpp \
51
    SMCalibrationWorker.cpp \
51
    SMCalibrationParameters.cpp \
52
    SMCalibrationParameters.cpp \
52
    SMReconstructionWorker.cpp \
53
    SMReconstructionWorker.cpp \
53
    algorithm/AlgorithmGrayCode.cpp \
54
    algorithm/AlgorithmGrayCode.cpp \
-
 
55
    algorithm/AlgorithmGrayCodeHQ.cpp \
54
    algorithm/AlgorithmPhaseShift.cpp
56
    algorithm/AlgorithmPhaseShift.cpp
55
 
57
 
56
 
58
 
57
FORMS    += SMScanner.ui \
59
FORMS    += SMScanner.ui \
58
    SMAboutDialog.ui \
60
    SMAboutDialog.ui \