diff --git a/OnDemandUpdatePTU.pro b/OnDemandUpdatePTU.pro index dcc1223..f7ffc60 100644 --- a/OnDemandUpdatePTU.pro +++ b/OnDemandUpdatePTU.pro @@ -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 \