-
Notifications
You must be signed in to change notification settings - Fork 2
/
ros.pri
27 lines (22 loc) · 915 Bytes
/
ros.pri
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
#
# Qt qmake integration with Google Protocol Buffers compiler protoc
#
# To compile protocol buffers with qt qmake, specify PROTOS variable and
# include this file
#
# Example:
# LIBS += /usr/lib/libprotobuf.so
# PROTOS = a.proto b.proto
# include(protobuf.pri)
#
# By default protoc looks for .proto files (including the imported ones) in
# the current directory where protoc is run. If you need to include additional
# paths specify the PROTOPATH variable
#
LIBS += /opt/ros/hydro/lib/*.so
INCLUDEPATH += ~/ros/bci_project_ws/devel/include/graspit_msgs
HEADERS += ~/ros/bci_project_ws/devel/include/graspit_msgs/
INCLUDEPATH += ~/ros/bci_project_ws/devel/include/moveit_trajectory_planner
HEADERS += /home/armuser/ros/bci_project_ws/devel/include/moveit_trajectory_planner/
INCLUDEPATH += ~/ros/bci_project_ws/devel/include/get_camera_origin
HEADERS += ~/ros/bci_project_ws/devel/include/get_camera_origin/