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