-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCellTrack_GUI.pro
More file actions
executable file
·58 lines (54 loc) · 1.17 KB
/
CellTrack_GUI.pro
File metadata and controls
executable file
·58 lines (54 loc) · 1.17 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
TEMPLATE = app
TARGET = CellTrack_GUI
QT += network \
xml \
multimedia \
multimediawidgets \
widgets
HEADERS = \
scene_delegate.hpp \
matlab_widget.hpp \
video_view.hpp \
video_groupbox.hpp \
parameter_groupbox.hpp \
file_combobox.hpp \
log_view.hpp \
core.hpp \
file_finder.hpp \
intro_widget.hpp \
log_preview.hpp \
general_view.hpp \
hidden_var_view.hpp \
run_groupbox.hpp \
var_item.hpp \
user_data.hpp \
python_widget.hpp \
process_view.hpp \
radar.hpp \
parameter_model.hpp \
helper_widget.hpp
SOURCES = main.cpp \
scene_delegate.cpp \
matlab_widget.cpp \
video_view.cpp \
video_groupbox.cpp \
parameter_groupbox.cpp \
file_combobox.cpp \
log_view.cpp \
core.cpp \
file_finder.cpp \
intro_widget.cpp \
log_preview.cpp \
general_view.cpp \
hidden_var_view.cpp \
run_groupbox.cpp \
var_item.cpp \
user_data.cpp \
python_widget.cpp \
process_view.cpp \
radar.cpp \
parameter_model.cpp \
helper_widget.cpp
target.path = /Users/xuanli/Developer/CellTrack_GUI/src
INSTALLS += target
ICON = appIcon.icns