Files
StandBatteryView/CanDriver/driver/SLCANDriver/SLCANDriver.pri
2025-07-02 18:00:35 +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 +=