DCPlugin/DCPlugin.pri

24 lines
644 B
Plaintext
Raw Normal View History

2023-03-17 12:45:49 +01:00
INCLUDEPATH += $${PWD}/include
DEPENDPATH += $${PWD}
2023-03-17 12:23:20 +01:00
2023-03-17 12:45:49 +01:00
HEADERS += $${PWD}/include/com.h \
$${PWD}/include/controlBus.h \
$${PWD}/include/datIf.h \
$${PWD}/include/dcBL.h \
$${PWD}/include/hwapi.h \
$${PWD}/include/interfaces.h \
$${PWD}/include/prot.h \
$${PWD}/include/sendWRcmd.h \
$${PWD}/include/storeINdata.h \
$${PWD}/include/tslib.h
2023-03-17 12:23:20 +01:00
2023-03-17 12:45:49 +01:00
SOURCES += $${PWD}/src/com.cpp \
$${PWD}/src/controlBus.cpp \
$${PWD}/src/datIf.cpp \
$${PWD}/src/dcBL.cpp \
$${PWD}/src/hwapi.cpp \
$${PWD}/src/prot.cpp \
$${PWD}/src/sendWRcmd.cpp \
$${PWD}/src/storeINdata.cpp \
$${PWD}/src/tslib.cpp