Files
TkrMonitor/driver/SLCANDriver/SLCANDriver.pri
2024-07-03 19:08:19 +09:00

13 lines
166 B
Plaintext

CONFIG += c++11
SOURCES += \
$$PWD/SLCANInterface.cpp \
$$PWD/SLCANDriver.cpp
HEADERS += \
$$PWD/SLCANInterface.h \
$$PWD/SLCANDriver.h
FORMS +=