Subversion Repositories seema-scanner

Rev

Rev 159 | Rev 167 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 159 Rev 162
Line 37... Line 37...
37
        algorithm/Algorithm.h \
37
        algorithm/Algorithm.h \
38
        algorithm/AlgorithmGrayCode.h \
38
        algorithm/AlgorithmGrayCode.h \
39
        algorithm/AlgorithmGrayCodeHorzVert.h \
39
        algorithm/AlgorithmGrayCodeHorzVert.h \
40
        algorithm/AlgorithmLineShift.h \
40
        algorithm/AlgorithmLineShift.h \
41
        algorithm/AlgorithmPhaseShiftTwoFreq.h \
41
        algorithm/AlgorithmPhaseShiftTwoFreq.h \
42
        algorithm/AlgorithmPhaseShiftThreeFreq.h
42
        algorithm/AlgorithmPhaseShiftThreeFreq.h \
-
 
43
    algorithm/AlgorithmGrayCodeMax.h
43
 
44
 
44
SOURCES += main.cpp\
45
SOURCES += main.cpp\
45
        SMScanner.cpp \
46
        SMScanner.cpp \
46
        SMVideoWidget.cpp \
47
        SMVideoWidget.cpp \
47
        SMPointCloudWidget.cpp \
48
        SMPointCloudWidget.cpp \
Line 57... Line 58...
57
        SMReconstructionWorker.cpp \
58
        SMReconstructionWorker.cpp \
58
        algorithm/AlgorithmGrayCode.cpp \
59
        algorithm/AlgorithmGrayCode.cpp \
59
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
60
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
60
        algorithm/AlgorithmLineShift.cpp \
61
        algorithm/AlgorithmLineShift.cpp \
61
        algorithm/AlgorithmPhaseShiftTwoFreq.cpp \
62
        algorithm/AlgorithmPhaseShiftTwoFreq.cpp \
62
        algorithm/AlgorithmPhaseShiftThreeFreq.cpp
63
        algorithm/AlgorithmPhaseShiftThreeFreq.cpp \
-
 
64
    algorithm/AlgorithmGrayCodeMax.cpp
63
 
65
 
64
 
66
 
65
FORMS    += SMScanner.ui \
67
FORMS    += SMScanner.ui \
66
        SMAboutDialog.ui \
68
        SMAboutDialog.ui \
67
        SMPreferenceDialog.ui
69
        SMPreferenceDialog.ui