-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDuke.pro
More file actions
62 lines (51 loc) · 1016 Bytes
/
Duke.pro
File metadata and controls
62 lines (51 loc) · 1016 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
TEMPLATE = app
TARGET = Duke
QT += qml quick widgets opengl
SOURCES += \
graycodes.cpp \
main.cpp \
mainwindow.cpp \
meshcreator.cpp \
pointcloudimage.cpp \
projector.cpp \
reconstruct.cpp \
set.cpp \
utilities.cpp \
virtualcamera.cpp \
plyloader.cpp \
glwidget.cpp \
cameracalibration.cpp
RESOURCES += \
Resource/res.qrc
INCLUDEPATH += E:\opencv\build\include\
D:\VC\inc\
LIBS += -LE:\opencv\build\x86\vc10\lib\
-LD:\VC\lib\
-lopencv_core249d\
-lopencv_highgui249d\
-lopencv_imgproc249d\
-lopencv_features2d249d\
-lopencv_calib3d249d\
-lHVDAILT\
-lHVExtend\
-lHVUtil\
-lRaw2Rgb\
# Default rules for deployment.
include(deployment.pri)
HEADERS += \
graycodes.h \
mainwindow.h \
meshcreator.h \
pointcloudimage.h \
projector.h \
reconstruct.h \
set.h \
utilities.h \
virtualcamera.h \
plyloader.h \
glwidget.h \
cameracalibration.h
FORMS += \
mainwindow.ui \
Set.ui
TRANSLATIONS += en.ts zh.ts