This repository was archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtargettracking-master.pro
More file actions
65 lines (63 loc) · 2.1 KB
/
Copy pathtargettracking-master.pro
File metadata and controls
65 lines (63 loc) · 2.1 KB
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
######################################################################
# Automatically generated by qmake (2.01a) ?? ?? 4 10:36:12 2013
######################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += . datasource filter matrixtcl model tablemodels view
INCLUDEPATH += .
# Input
HEADERS += comm.h \
groupinfowindow.h \
grouplistwindow.h \
mainwindow.h \
settingdialog.h \
targetinfowindow.h \
ttmap.h \
datasource/targetgenerator.h \
filter/IMMFilter.h \
filter/KalmanFilter.h \
filter/targettracker.h \
matrixtcl/matrix2.hxx \
model/MeasureModel.h \
model/singletarget.h \
model/State.h \
model/SystemModel.h \
model/TargetGroup.h \
model/TargetState.h \
tablemodels/groupinfotablemodel.h \
tablemodels/grouplisttablemodel.h \
tablemodels/targetinfotablemodel.h \
view/singletargetview.h \
view/targetgroupview.h \
matrixtcl/cmatrix \
matrixtcl/matrix.cc
FORMS += groupinfodialog.ui \
groupinfowindow.ui \
grouplistwindow.ui \
mainwindow.ui \
settingdialog.ui \
targetinfowindow.ui
SOURCES += comm.cpp \
groupinfowindow.cpp \
grouplistwindow.cpp \
main.cpp \
mainwindow.cpp \
settingdialog.cpp \
targetinfowindow.cpp \
ttmap.cpp \
datasource/targetgenerator.cpp \
filter/KalmanFilter.cpp \
filter/targettracker.cpp \
matrixtcl/matrix.cc \
model/MeasureModel.cpp \
model/singletarget.cpp \
model/State.cpp \
model/SystemModel.cpp \
model/TargetGroup.cpp \
tablemodels/groupinfotablemodel.cpp \
tablemodels/grouplisttablemodel.cpp \
tablemodels/targetinfotablemodel.cpp \
view/singletargetview.cpp \
view/targetgroupview.cpp
RESOURCES += res.qrc
LIBS += -lwsock32