Add pro-file for inclusion

This commit is contained in:
Gerhard Hoffmann 2023-03-17 12:23:20 +01:00
parent f51062010e
commit 48a0068ebd

22
DCPlugin.pri Normal file
View File

@ -0,0 +1,22 @@
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