First implementation
This commit is contained in:
13
cpp/driver/CANBlastDriver/CANBlastDriver.pri
Normal file
13
cpp/driver/CANBlastDriver/CANBlastDriver.pri
Normal 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 +=
|
||||
|
||||
Reference in New Issue
Block a user