Remove com, datif and prot (so we cannot link).
This commit is contained in:
parent
e0346e0a9b
commit
8c261af1a7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user