Added directories for apism/command/process.
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
# QT -= gui
 | 
			
		||||
QT += core
 | 
			
		||||
QT += widgets serialport
 | 
			
		||||
QT += widgets serialport network
 | 
			
		||||
# QT += network
 | 
			
		||||
 | 
			
		||||
TARGET = ATBUpdateTool
 | 
			
		||||
@@ -65,12 +65,21 @@ contains( CONFIG, DesktopLinux ) {
 | 
			
		||||
SOURCES += \
 | 
			
		||||
        main.cpp \
 | 
			
		||||
        update.cpp \
 | 
			
		||||
        git/git_client.cpp \
 | 
			
		||||
        apism/apism_client.cpp \
 | 
			
		||||
        apism/apism_tcp_client.cpp \
 | 
			
		||||
        process/command.cpp \
 | 
			
		||||
        message_handler.cpp \
 | 
			
		||||
        worker.cpp \
 | 
			
		||||
        worker_thread.cpp
 | 
			
		||||
 | 
			
		||||
HEADERS += \
 | 
			
		||||
        update.h \
 | 
			
		||||
        git/git_client.h \
 | 
			
		||||
        apism/apism_client.h \
 | 
			
		||||
        apism/apism_tcp_client.h \
 | 
			
		||||
        apism/ismas_data.h \
 | 
			
		||||
        process/command.h \
 | 
			
		||||
        message_handler.h \
 | 
			
		||||
        worker.h \
 | 
			
		||||
        worker_thread.h \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user