Remove com, datif and prot, and add them in lib_ca_master.pro

This commit is contained in:
Gerhard Hoffmann 2023-12-18 12:08:04 +01:00
parent 8c261af1a7
commit 075a9d9316

View File

@ -81,29 +81,23 @@ contains( CONFIG, PTU5_YOCTO ) {
}
HEADERS += \
$${PWD}/include/com.h \
$${PWD}/include/datei.h \
$${PWD}/include/runProc.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 \
$${PWD}/include/shared_mem_buffer.h
SOURCES += \
$${PWD}/src/com.cpp \
$${PWD}/src/datei.cpp \
$${PWD}/src/runProc.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 \