Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
jakw |
1 |
TEMPLATE = app
|
|
|
2 |
CONFIG -= app_bundle
|
|
|
3 |
CONFIG -= qt
|
|
|
4 |
|
|
|
5 |
HEADERS += Reconstructor.h \
|
|
|
6 |
ReconstructorGrayCode.h
|
|
|
7 |
|
|
|
8 |
SOURCES += mainReconstructorTest.cpp\
|
|
|
9 |
Reconstructor.cpp \
|
|
|
10 |
ReconstructorGrayCode.cpp
|
|
|
11 |
|
|
|
12 |
LIBS += -lopencv_ocl
|