From 0bdbd39632cc18c57b5de5f6f96f0812e1d13a21 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 10 Jul 2023 15:59:28 +0200 Subject: [PATCH] Added directories for apism/command/process. --- OnDemandUpdatePTU.pro | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 \