-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbotmaster.pro
More file actions
67 lines (63 loc) · 1.69 KB
/
botmaster.pro
File metadata and controls
67 lines (63 loc) · 1.69 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
66
67
# -------------------------------------------------
# Project created by QtCreator 2010-05-23T17:50:46
# -------------------------------------------------
QT += network
QT += gui
QT += widgets
TARGET = botmaster
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
QMAKE_CXXFLAGS += -O3 -march=native -ftree-vectorize
DEFINES += XI
SOURCES += main.cpp \
server.cpp \
protocolparser.cpp \
abstractrobot.cpp \
robotfactory.cpp \
config.cpp \
comm.cpp \
camera.cpp \
objecttype.cpp \
image.cpp \
view.cpp \
timer.cpp \
sendthread.cpp \
robots/neve/nevetest.cpp \
robots/neve/neve.cpp \
visiontime.cpp \
capturethread.cpp \
imagecalibrationtool.cpp \
imagecalibrationitem.cpp \
robots/neve/stateholder.cpp \
blackoutconf.cpp \
robottesttool.cpp \
robottesttoolitem.cpp
HEADERS += server.h \
protocolparser.h \
abstractrobot.h \
robotfactory.h \
config.h \
comm.h \
camera.h \
objecttype.h \
image.h \
view.h \
timer.h \
sendthread.h \
robots/neve/nevetest.h \
robots/neve/neve.h \
visiontime.h \
capturethread.h \
imagecalibrationtool.h \
imagecalibrationitem.h \
robots/neve/stateholder.h \
blackoutconf.h \
robottesttool.h \
robottesttoolitem.h
LIBS += -L/usr/local/lib -lopencv_legacy -L/usr/local/lib -lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_ml -lopencv_video -lopencv_features2d -lopencv_calib3d -lopencv_objdetect -lopencv_contrib -lopencv_legacy -lopencv_flann
LIBS += -lm3api
INCLUDEPATH += /usr/include/opencv
INCLUDEPATH += /usr/local/include/opencv
INCLUDEPATH += /home/user/package/include
INCLUDEPATH += /opt/XIMEA/include/