Skip to content

Commit

Permalink
update build for 18.04 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlieb authored May 12, 2019
1 parent 28b2696 commit 62213c6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions video_labeler.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ SOURCES += src/main.cpp \
tracker/kcftracker.cpp \
tracker/fhog.cpp

# opencv3 from ros-kinetic-opencv3
INCLUDEPATH += /opt/ros/kinetic/include/opencv-3.3.1-dev/ \
/opt/ros/kinetic/include/opencv-3.3.1-dev/opencv
LIBS += -L/opt/ros/kinetic/lib/x86_64-linux-gnu/ -lopencv_core3 \
-lopencv_highgui3 \
-lopencv_imgcodecs3 \
-lopencv_imgproc3 \
LIBS += \
-lopencv_core \
-lopencv_highgui \
-lopencv_imgcodecs \
-lopencv_imgproc

HEADERS += \
tracker/kcftracker.hpp \
Expand Down

0 comments on commit 62213c6

Please sign in to comment.