Added directories for apism/command/process.
This commit is contained in:
parent
b979fb5b2a
commit
0bdbd39632
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user