-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDataMatrixReader.pro
More file actions
45 lines (36 loc) · 912 Bytes
/
DataMatrixReader.pro
File metadata and controls
45 lines (36 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#-------------------------------------------------
#
# Project created by QtCreator 2011-02-12T13:12:48
#
#-------------------------------------------------
QT += core gui
TARGET = DataMatrixReader
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
datamatrixreader.cpp \
stepdata.cpp \
run.cpp \
runmanager.cpp \
infoabout.cpp \
houghresultdata.cpp \
blockdata.cpp \
showimage.cpp \
iplimageconverter.cpp
HEADERS += mainwindow.h \
datamatrixreader.h \
stepdata.h \
run.h \
runmanager.h \
infoabout.h \
houghresultdata.h \
blockdata.h \
showimage.h \
iplimageconverter.h
FORMS += mainwindow.ui \
infoabout.ui \
showimage.ui
INCLUDEPATH += D:/Fabian/Studium/BV/OpenCV2.2/include/opencv D:/Fabian/Studium/BV/OpenCV2.2/include
LIBS += D:/Fabian/Studium/BV/OpenCV2.2/lib/*.lib
RESOURCES += \
Images.qrc