Skip to content

Commit 6682eed

Browse files
author
Evgeny Prikhodko
committed
INCLUDEPATH to original libmodbus
1 parent 847625b commit 6682eed

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

libmodbus_cpp/libmodbus_cpp.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ DESTDIR = $$LIBMODBUS_CPP_DESTDIR
1616
TARGET = $$LIBMODBUS_CPP_TARGET
1717
CONFIG += $$LIBMODBUS_CPP_CONFIG
1818

19+
INCLUDEPATH += $${PWD}/$${LIBMODBUS_DIR_RELATIVE}
20+
1921
SOURCES += \
2022
backend.cpp \
2123
slave_tcp.cpp \
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#LIBMODBUS_CPP_TARGET = modbus_cpp
22
#LIBMODBUS_CPP_DESTDIR = $${PROJECT_DESTDIR}
33
#LIBMODBUS_CPP_CONFIG = libmodbus_cpp_tests
4+
#LIBMODBUS_DIR_RELATIVE = ../../libmodbus/libmodbus

0 commit comments

Comments
 (0)