Skip to content

Commit 11a481e

Browse files
committed
Begin add submodule ModbusLib
1 parent 93b9129 commit 11a481e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+12
-8644
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "src/modbus"]
2+
path = src/modbus
3+
url = https://github.com/serhmarch/ModbusLib

bin/Windows/x64/client.exe

0 Bytes
Binary file not shown.

bin/Windows/x64/core.dll

0 Bytes
Binary file not shown.

bin/Windows/x64/modbus.dll

0 Bytes
Binary file not shown.

bin/Windows/x64/server.exe

2 KB
Binary file not shown.

src/ModbusTools.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ INSTALLS += help
1616

1717
CONFIG += ordered
1818

19-
SUBDIRS += modbus
19+
SUBDIRS += modbus/src/modbus.pro
2020
SUBDIRS += core
2121
SUBDIRS += client
2222
SUBDIRS += server

src/client/client.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ unix:QMAKE_RPATHDIR += .
1414
#CONFIG -= app_bundle
1515

1616
INCLUDEPATH += . .. \
17-
$$PWD/../modbus \
17+
$$PWD/../modbus/src \
1818
$$PWD/../core/sdk \
1919
$$PWD/../core/core \
2020
$$PWD/../core \

src/core/core.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ QT = core gui widgets xml help
1111
DEFINES += MB_EXPORTS
1212

1313
INCLUDEPATH += . \
14-
./../modbus \
14+
./../modbus/src \
1515
./sdk\
1616
./core
1717

src/modbus

Submodule modbus added at 724af0b

src/modbus/CMakeLists.txt

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)