-
Notifications
You must be signed in to change notification settings - Fork 0
/
PFA_GUI.pro
42 lines (32 loc) · 894 Bytes
/
PFA_GUI.pro
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 2014-05-16T08:41:09
#
#-------------------------------------------------
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = PFA_GUI
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
Utils.cpp \
SkinFilter.cpp \
OpticalFlowManager.cpp \
NofaceException.cpp \
HandRecognizer.cpp \
Engine.cpp \
Configurator.cpp \
xmlwriter.cpp
HEADERS += mainwindow.h \
Utils.h \
SkinFilter.h \
OpticalFlowManager.h \
NofaceException.h \
HandRecognizer.h \
Engine.h \
Configurator.h \
xmlwriter.h
FORMS += mainwindow.ui
INCLUDEPATH += /opt/local/include/
LIBS += -L/opt/local/lib -lopencv_core -lopencv_highgui -lopencv_ml -lopencv_video -lopencv_imgproc -lopencv_objdetect