First implementation

This commit is contained in:
Yury Shuvakin
2024-07-03 19:08:19 +09:00
parent a953095a5c
commit 6f85ac3b13
126 changed files with 21667 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
CONFIG += c++11
QT += network
SOURCES += \
$$PWD/CANBlasterDriver.cpp \
$$PWD/CANBlasterInterface.cpp
HEADERS += \
$$PWD/CANBlasterDriver.h \
$$PWD/CANBlasterInterface.h
FORMS +=