Subversion Repositories seema-scanner

Rev

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

Rev 34 Rev 36
Line 23... Line 23...
23
        SMPointCloudWidget.h \
23
        SMPointCloudWidget.h \
24
        camera/Camera.h \
24
        camera/Camera.h \
25
        projector/Projector.h \
25
        projector/Projector.h \
26
        projector/ProjectorOpenGL.h \
26
        projector/ProjectorOpenGL.h \
27
        projector/OpenGLContext.h \
27
        projector/OpenGLContext.h \
28
        codec/Codec.h \
-
 
29
        codec/CodecGrayCode.h \
-
 
30
        cvtools.h \
28
        cvtools.h \
31
        SMCaptureWorker.h \
29
        SMCaptureWorker.h \
32
        rotationstage/RotationStage.h \
30
        rotationstage/RotationStage.h \
33
        SMPreferenceDialog.h \
31
        SMPreferenceDialog.h \
34
        SMTypes.h \
32
        SMTypes.h \
35
    SMCalibrationWorker.h \
33
    SMCalibrationWorker.h \
36
    SMCalibrationParameters.h \
34
    SMCalibrationParameters.h \
-
 
35
    SMReconstructionWorker.h \
-
 
36
    codec/Algorithm.h \
37
    codec/CodecPhaseShift.h \
37
    codec/AlgorithmGrayCode.h \
38
    SMReconstructionWorker.h
38
    codec/AlgorithmPhaseShift.h
39
 
39
 
40
SOURCES += main.cpp\
40
SOURCES += main.cpp\
41
        SMScanner.cpp \
41
        SMScanner.cpp \
42
        SMVideoWidget.cpp \
42
        SMVideoWidget.cpp \
43
        SMPointCloudWidget.cpp \
43
        SMPointCloudWidget.cpp \
44
        camera/Camera.cpp \
44
        camera/Camera.cpp \
45
        projector/ProjectorOpenGL.cpp \
45
        projector/ProjectorOpenGL.cpp \
46
        codec/CodecGrayCode.cpp \
-
 
47
        cvtools.cpp \
46
        cvtools.cpp \
48
        SMCaptureWorker.cpp \
47
        SMCaptureWorker.cpp \
49
        rotationstage/RotationStage.cpp \
48
        rotationstage/RotationStage.cpp \
50
        SMPreferenceDialog.cpp \
49
        SMPreferenceDialog.cpp \
51
    SMCalibrationWorker.cpp \
50
    SMCalibrationWorker.cpp \
52
    SMCalibrationParameters.cpp \
51
    SMCalibrationParameters.cpp \
-
 
52
    SMReconstructionWorker.cpp \
53
    codec/CodecPhaseShift.cpp \
53
    codec/AlgorithmGrayCode.cpp \
54
    SMReconstructionWorker.cpp
54
    codec/AlgorithmPhaseShift.cpp
55
 
55
 
56
 
56
 
57
FORMS    += SMScanner.ui \
57
FORMS    += SMScanner.ui \
58
    SMAboutDialog.ui \
58
    SMAboutDialog.ui \
59
    SMPreferenceDialog.ui
59
    SMPreferenceDialog.ui
Line 196... Line 196...
196
}
196
}
197
 
197
 
198
 
198
 
199
# Compile with system dependent OpenGL Context code
199
# Compile with system dependent OpenGL Context code
200
unix:!macx{
200
unix:!macx{
201
    SOURCES += projector/OpenGLContext.XRandr.cpp
201
    SOURCES += projector/OpenGLContext.Xscreens.cpp
202
    LIBS += -lXxf86vm -lXcursor
202
    LIBS += -lXxf86vm
203
}
203
}
204
win32{
204
win32{
205
    SOURCES += projector/OpenGLContext.Win.cpp
205
    SOURCES += projector/OpenGLContext.Win.cpp
206
}
206
}
207
macx{
207
macx{