14 lines
200 B
Plaintext
14 lines
200 B
Plaintext
CONFIG += c++11
|
|
QT += network
|
|
|
|
SOURCES += \
|
|
$$PWD/CANBlasterDriver.cpp \
|
|
$$PWD/CANBlasterInterface.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/CANBlasterDriver.h \
|
|
$$PWD/CANBlasterInterface.h
|
|
|
|
FORMS +=
|
|
|