-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparsian-graphical.pro
52 lines (43 loc) · 1.21 KB
/
parsian-graphical.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
#-------------------------------------------------
#
# Project created by QtCreator 2018-06-24T20:39:57
#
#-------------------------------------------------
QT += core gui opengl network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = parsian-graphical
TEMPLATE = app
CONFIG+= c+11
SOURCES += main.cpp\
mainwindow.cpp \
gltext.cpp \
soccerview.cpp \
field_default_constants.cpp \
field.cpp \
msg/cpp/messages_parsian_simurosot_data_wrapper.pb.cc \
msg/cpp/messages_parsian_simurosot_debugs.pb.cc \
msg/cpp/messages_parsian_simurosot_worldmodel.pb.cc
HEADERS += mainwindow.h \
gltext.h \
soccerview.h \
timer.h \
field_default_constants.h \
geometry.h \
field.h \
bbox.h \
geomalgo.h \
gvector.h \
pose.h \
quaternion.h \
range.h \
util.h \
msg/cpp/messages_parsian_simurosot_data_wrapper.pb.h \
msg/cpp/messages_parsian_simurosot_debugs.pb.h \
msg/cpp/messages_parsian_simurosot_worldmodel.pb.h
MOC_DIR = objs
OBJECTS_DIR = objs
INCLUDEPATH+=msg/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
RESOURCES += \
resource.qrc