Subversion Repositories seema-scanner

Rev

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

Rev 135 Rev 158
Line 28... Line 28...
28
        cvtools.h \
28
        cvtools.h \
29
        SMCaptureWorker.h \
29
        SMCaptureWorker.h \
30
        rotationstage/RotationStage.h \
30
        rotationstage/RotationStage.h \
31
        SMPreferenceDialog.h \
31
        SMPreferenceDialog.h \
32
        SMTypes.h \
32
        SMTypes.h \
33
        SMCalibrationWorker.h \
33
        SMCalibrationWorkerArUco.h \
34
        SMCalibrationParameters.h \
34
        SMCalibrationParameters.h \
35
        SMReconstructionWorker.h \
35
        SMReconstructionWorker.h \
36
        algorithm/Algorithm.h \
36
        algorithm/Algorithm.h \
37
        algorithm/AlgorithmGrayCode.h \
37
        algorithm/AlgorithmGrayCode.h \
38
        algorithm/AlgorithmGrayCodeHorzVert.h \
38
        algorithm/AlgorithmGrayCodeHorzVert.h \
Line 48... Line 48...
48
        projector/ProjectorOpenGL.cpp \
48
        projector/ProjectorOpenGL.cpp \
49
        cvtools.cpp \
49
        cvtools.cpp \
50
        SMCaptureWorker.cpp \
50
        SMCaptureWorker.cpp \
51
        rotationstage/RotationStage.cpp \
51
        rotationstage/RotationStage.cpp \
52
        SMPreferenceDialog.cpp \
52
        SMPreferenceDialog.cpp \
53
        SMCalibrationWorker.cpp \
53
        SMCalibrationWorkerArUco.cpp \
54
        SMCalibrationParameters.cpp \
54
        SMCalibrationParameters.cpp \
55
        SMReconstructionWorker.cpp \
55
        SMReconstructionWorker.cpp \
56
        algorithm/AlgorithmGrayCode.cpp \
56
        algorithm/AlgorithmGrayCode.cpp \
57
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
57
        algorithm/AlgorithmGrayCodeHorzVert.cpp \
58
        algorithm/AlgorithmLineShift.cpp \
58
        algorithm/AlgorithmLineShift.cpp \
Line 70... Line 70...
70
# Operating System dependant linking and including
70
# Operating System dependant linking and including
71
# Linux
71
# Linux
72
unix:!macx {
72
unix:!macx {
73
    CONFIG += link_pkgconfig
73
    CONFIG += link_pkgconfig
74
    # Link VTK and Boost (no pkg-config)
74
    # Link VTK and Boost (no pkg-config)
75
    INCLUDEPATH += /usr/include/vtk-5.8/
75
    INCLUDEPATH += /usr/include/vtk-5.8/ \
-
 
76
                   /usr/include/vtk-5.10/
76
    LIBS += -lQVTK -lvtkCommon -lvtkFiltering -lvtkRendering -lvtkIO -lvtkGraphics -lvtkHybrid
77
    LIBS += -lQVTK -lvtkCommon -lvtkFiltering -lvtkRendering -lvtkIO -lvtkGraphics -lvtkHybrid
77
    # PCL pkg-config workaround
78
    # PCL pkg-config workaround
78
    LIBS += -lboost_system -lpcl_visualization -lpcl_common -lpcl_io -lpcl_search -lpcl_surface
79
    LIBS += -lboost_system -lpcl_visualization -lpcl_common -lpcl_io -lpcl_search -lpcl_surface
79
    # PKG-config libs
80
    # PKG-config libs
80
    INCLUDEPATH += /usr/local/include/pcl-1.7 /usr/include/eigen3/
81
    INCLUDEPATH += /usr/local/include/pcl-1.7 /usr/include/eigen3/