-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathanakinHand.pro
65 lines (56 loc) · 1.19 KB
/
anakinHand.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#-------------------------------------------------
#
# Project created by QtCreator 2013-09-09T16:42:58
#
#-------------------------------------------------
QT += serialport \
core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
include(gui/gui.pri)
DEFINES += PRO_FILE_PWD=$$sprintf("\"\\\"%1\\\"\"", $$_PRO_FILE_PWD_)
TARGET = anakinHand
TEMPLATE = app
win32 {
INCLUDEPATH += C:/Qt/qwt-6.1.0/qwt-6.1.0/src
LIBS += -LC:/Qt/qwt-6.1.0/qwt-6.1.0/lib -lqwtd
} else {
}
SOURCES += main.cpp\
actionSaver.cpp \
actionLoader.cpp \
glove.cpp \
hand.cpp \
gloveInterface.cpp \
user.cpp \
action.cpp \
translator.cpp \
handInterface.cpp \
kalmanFilter.cpp \
userFileSaver.cpp \
userFileLoader.cpp \
fileActionPerformer.cpp \
gloveCalibrator.cpp \
flexSensorCalibrator.cpp \
fileUserPerfofmer.cpp
HEADERS += \
actionSaver.h \
actionFileStructure.h \
actionLoader.h \
glove.h \
hand.h \
gloveInterface.h \
user.h \
action.h \
translator.h \
handInterface.h \
consts.h \
degreeOfFreedom.h \
kalmanFilter.h \
userFileStructure.h \
userFileSaver.h \
userFileLoader.h \
fileActionPerformer.h \
gloveCalibrator.h \
flexSensorCalibrator.h \
fileUserPerfofmer.h \
map.h