-
Notifications
You must be signed in to change notification settings - Fork 2
/
parsian-plotter.pro
57 lines (45 loc) · 1.36 KB
/
parsian-plotter.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
#-------------------------------------------------
#
# Project created by QtCreator 2018-07-04T13:04:25
#
#-------------------------------------------------
QT += core gui opengl network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = parsian-plotter
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
plot.cpp \
plotterwidget.cpp \
texturecache.cpp \
guitimer.cpp \
timer.cpp \
leaffilterproxymodel.cpp \
plotter.cpp \
proto/cpp/messages_parsian_simurosot_data_wrapper.pb.cc \
proto/cpp/messages_parsian_simurosot_debugs.pb.cc \
proto/cpp/messages_parsian_simurosot_detection.pb.cc \
proto/cpp/messages_parsian_simurosot_worldmodel.pb.cc \
mythread.cpp
HEADERS += mainwindow.h \
plot.h \
plotterwidget.h \
texturecache.h \
guitimer.h \
timer.h \
leaffilterproxymodel.h \
plotter.h \
proto/cpp/messages_parsian_simurosot_data_wrapper.pb.h \
proto/cpp/messages_parsian_simurosot_debugs.pb.h \
proto/cpp/messages_parsian_simurosot_detection.pb.h \
proto/cpp/messages_parsian_simurosot_worldmodel.pb.h \
mythread.h
FORMS += \
plotter.ui
RESOURCES +=
DISTFILES +=
MOC_DIR = objs
OBJECTS_DIR = objs
INCLUDEPATH+=proto/cpp
INCLUDEPATH+=/usr/local/Cellar/protobuf/3.6.1.3_1/include
LIBS+=-L/usr/local/Cellar/protobuf/3.6.1.3_1/lib/ -lprotobuf -lprotobuf-lite