Subversion Repositories seema-scanner

Rev

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

Rev 200 Rev 201
Line 42... Line 42...
42
        algorithm/AlgorithmLineShift.h \
42
        algorithm/AlgorithmLineShift.h \
43
        algorithm/AlgorithmPhaseShiftThreeFreq.h \
43
        algorithm/AlgorithmPhaseShiftThreeFreq.h \
44
        algorithm/AlgorithmPhaseShiftTwoFreq.h \
44
        algorithm/AlgorithmPhaseShiftTwoFreq.h \
45
        algorithm/AlgorithmPhaseShiftTwoFreqHorzVert.h \
45
        algorithm/AlgorithmPhaseShiftTwoFreqHorzVert.h \
46
        algorithm/AlgorithmPhaseShiftEmbedded.h \
46
        algorithm/AlgorithmPhaseShiftEmbedded.h \
47
        algorithm/algorithmtools.h
47
        algorithm/algorithmtools.h \
-
 
48
    SMVideoZoomWidget.h
48
 
49
 
49
SOURCES += main.cpp\
50
SOURCES += main.cpp\
50
        SMScanner.cpp \
51
        SMScanner.cpp \
51
        SMVideoWidget.cpp \
52
        SMVideoWidget.cpp \
52
        SMPointCloudWidget.cpp \
53
        SMPointCloudWidget.cpp \
Line 64... Line 65...
64
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
65
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
65
        algorithm/AlgorithmLineShift.cpp \
66
        algorithm/AlgorithmLineShift.cpp \
66
        algorithm/AlgorithmPhaseShiftThreeFreq.cpp \
67
        algorithm/AlgorithmPhaseShiftThreeFreq.cpp \
67
        algorithm/AlgorithmPhaseShiftTwoFreq.cpp \
68
        algorithm/AlgorithmPhaseShiftTwoFreq.cpp \
68
        algorithm/AlgorithmPhaseShiftTwoFreqHorzVert.cpp \
69
        algorithm/AlgorithmPhaseShiftTwoFreqHorzVert.cpp \
69
        algorithm/AlgorithmPhaseShiftEmbedded.cpp
70
        algorithm/AlgorithmPhaseShiftEmbedded.cpp \
-
 
71
    SMVideoZoomWidget.cpp
70
 
72
 
71
FORMS    += SMScanner.ui \
73
FORMS    += SMScanner.ui \
72
        SMAboutDialog.ui \
74
        SMAboutDialog.ui \
73
        SMPreferenceDialog.ui
75
        SMPreferenceDialog.ui
74
 
76