-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPDM_2016.pro
More file actions
42 lines (33 loc) · 795 Bytes
/
Copy pathPDM_2016.pro
File metadata and controls
42 lines (33 loc) · 795 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
#-------------------------------------------------
#
# Project created by QtCreator 2017-04-11T13:47:47
#
#-------------------------------------------------
QT += core gui opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = PDM_2016
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
myopengl.cpp \
webcam.cpp \
element.cpp \
tir.cpp
HEADERS += mainwindow.h \
myopengl.h \
webcam.h \
element.h \
tir.h
FORMS += mainwindow.ui
LIBS += -lopengl32 \
-lglu32 \
-L$$(OPENCV_DIR)\lib \
-lopencv_core2413 \
-lopencv_highgui2413 \
-lopencv_imgproc2413 \
-lopencv_video2413 \
-lopencv_features2d2413 \
-lopencv_calib3d2413
INCLUDEPATH +=$$(OPENCV_DIR)\..\..\include
RESOURCES += \
ressources.qrc