Remove com, datif and prot (so we cannot link).

This commit is contained in:
Thomas Sax 2023-12-18 10:44:08 +01:00
parent e0346e0a9b
commit 8c261af1a7

View File

@ -4,6 +4,15 @@ VERSION="1.0.0"
include(../DCLibraries.pri)
HEADERS -= $$PWD/include/com.h \
$$PWD/include/datIf.h \
$$PWD/include/prot.h
SOURCES -= \
$${PWD}/src/datIf.cpp \
$${PWD}/src/prot.cpp \
$${PWD}/src/com.cpp
DEFINES+=THIS_IS_CA_SLAVE
DESTDIR=$${_PRO_FILE_PWD_}/../build