Subversion Repositories seema-scanner

Rev

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

Rev 182 Rev 192
Line 40... Line 40...
40
        algorithm/AlgorithmGrayCode.h \
40
        algorithm/AlgorithmGrayCode.h \
41
        algorithm/AlgorithmGrayCodeHorzVert.h \
41
        algorithm/AlgorithmGrayCodeHorzVert.h \
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/AlgorithmPhaseShiftEmbedded.h \
45
        algorithm/algorithmtools.h
46
        algorithm/algorithmtools.h
46
 
47
 
47
SOURCES += main.cpp\
48
SOURCES += main.cpp\
48
        SMScanner.cpp \
49
        SMScanner.cpp \
49
        SMVideoWidget.cpp \
50
        SMVideoWidget.cpp \
Line 60... Line 61...
60
        SMReconstructionWorker.cpp \
61
        SMReconstructionWorker.cpp \
61
        algorithm/AlgorithmGrayCode.cpp \
62
        algorithm/AlgorithmGrayCode.cpp \
62
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
63
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
63
        algorithm/AlgorithmLineShift.cpp \
64
        algorithm/AlgorithmLineShift.cpp \
64
        algorithm/AlgorithmPhaseShiftThreeFreq.cpp \
65
        algorithm/AlgorithmPhaseShiftThreeFreq.cpp \
65
        algorithm/AlgorithmPhaseShiftTwoFreq.cpp
66
        algorithm/AlgorithmPhaseShiftTwoFreq.cpp \
-
 
67
        algorithm/AlgorithmPhaseShiftEmbedded.cpp
66
 
68
 
67
FORMS    += SMScanner.ui \
69
FORMS    += SMScanner.ui \
68
        SMAboutDialog.ui \
70
        SMAboutDialog.ui \
69
        SMPreferenceDialog.ui
71
        SMPreferenceDialog.ui
70
 
72