Subversion Repositories seema-scanner

Rev

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

Rev 25 Rev 27
Line 9... Line 9...
9
#
9
#
10
# Image Analysis and Computer Graphics, DTU, 2014
10
# Image Analysis and Computer Graphics, DTU, 2014
11
#
11
#
12
#------------------------------------------------------------
12
#------------------------------------------------------------
13
 
13
 
14
QT += core gui
14
QT += core gui testlib
15
 
15
 
16
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
16
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
17
 
17
 
18
TARGET = SMScanner
18
TARGET = SMScanner
19
TEMPLATE = app
19
TEMPLATE = app
Line 25... Line 25...
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 \
28
        codec/Codec.h \
29
        codec/CodecGrayCode.h \
29
        codec/CodecGrayCode.h \
30
        codec/CodecPhaseShift2x3.h \
-
 
31
        cvtools.h \
30
        cvtools.h \
32
        SMCaptureWorker.h \
31
        SMCaptureWorker.h \
33
        rotationstage/RotationStage.h \
32
        rotationstage/RotationStage.h \
34
        SMPreferenceDialog.h \
33
        SMPreferenceDialog.h \
35
        SMCalibrator.h \
-
 
36
        SMTypes.h \
34
        SMTypes.h \
-
 
35
    SMCalibrationWorker.h \
-
 
36
    SMCalibrationParameters.h \
-
 
37
    codec/CodecPhaseShift.h \
37
    SMTriangulator.h
38
    SMReconstructionWorker.h
38
 
39
 
39
SOURCES += main.cpp\
40
SOURCES += main.cpp\
40
        SMScanner.cpp \
41
        SMScanner.cpp \
41
        SMVideoWidget.cpp \
42
        SMVideoWidget.cpp \
42
        SMPointCloudWidget.cpp \
43
        SMPointCloudWidget.cpp \
43
        camera/Camera.cpp \
44
        camera/Camera.cpp \
44
        projector/ProjectorOpenGL.cpp \
45
        projector/ProjectorOpenGL.cpp \
45
        codec/CodecGrayCode.cpp \
46
        codec/CodecGrayCode.cpp \
46
        codec/CodecPhaseShift2x3.cpp \
-
 
47
        cvtools.cpp \
47
        cvtools.cpp \
48
        SMCaptureWorker.cpp \
48
        SMCaptureWorker.cpp \
49
        rotationstage/RotationStage.cpp \
49
        rotationstage/RotationStage.cpp \
50
        SMCalibrator.cpp \
-
 
51
        SMPreferenceDialog.cpp \
50
        SMPreferenceDialog.cpp \
-
 
51
    SMCalibrationWorker.cpp \
-
 
52
    SMCalibrationParameters.cpp \
-
 
53
    codec/CodecPhaseShift.cpp \
52
    SMTriangulator.cpp
54
    SMReconstructionWorker.cpp
53
 
55
 
54
 
56
 
55
FORMS    += SMScanner.ui \
57
FORMS    += SMScanner.ui \
56
    SMAboutDialog.ui \
58
    SMAboutDialog.ui \
57
    SMPreferenceDialog.ui
59
    SMPreferenceDialog.ui