First implementation

This commit is contained in:
Yury Shuvakin
2025-07-02 18:00:35 +09:00
commit 6cf2010c08
107 changed files with 10803 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 +=