Subversion Repositories seema-scanner

Rev

Rev 4 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 24
1
TEMPLATE = app
1
TEMPLATE = app
2
CONFIG -= app_bundle
2
CONFIG -= app_bundle
3
CONFIG -= qt
3
CONFIG -= qt
4
 
4
 
5
HEADERS += Reconstructor.h \
5
HEADERS += Reconstructor.h \
6
    ReconstructorGrayCode.h
6
    ReconstructorGrayCode.h
7
 
7
 
8
SOURCES += mainReconstructorTest.cpp\
8
SOURCES += mainReconstructorTest.cpp\
9
           Reconstructor.cpp \
9
           Reconstructor.cpp \
10
        ReconstructorGrayCode.cpp
10
        ReconstructorGrayCode.cpp
11
 
11
 
12
LIBS    += -lopencv_ocl
12
LIBS    += -lopencv_ocl
13
 
13