DCPlugin/DCPlugin.pri

23 lines
390 B
Plaintext
Raw Normal View History

2023-03-17 12:23:20 +01:00
INCLUDEPATH += $$system(pwd)/include DEPENDPATH += $$system(pwd)
HEADERS += com.h \
controlBus.h \
datIf.h \
dcBL.h \
hwapi.h \
interfaces.h \
prot.h \
sendWRcmd.h \
storeINdata.h \
tslib.h
SOURCES += com.cpp \
controlBus.cpp \
datIf.cpp \
dcBL.cpp \
hwapi.cpp \
prot.cpp \
sendWRcmd.cpp \
storeINdata.cpp \
tslib.cpp