From bbf97dc58df6ba9dab280087bb0b8694b8552f4e Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 20 Jun 2023 16:08:02 +0200 Subject: [PATCH] network-setting not necessary. Make console-setting explicit. --- OnDemandUpdatePTU.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OnDemandUpdatePTU.pro b/OnDemandUpdatePTU.pro index 5e74530..8dd60d6 100644 --- a/OnDemandUpdatePTU.pro +++ b/OnDemandUpdatePTU.pro @@ -1,13 +1,13 @@ # QT -= gui QT += core QT += widgets serialport -QT += network +# QT += network TARGET = ATBUpdateTool INCLUDEPATH += plugins -CONFIG += c++17 +CONFIG += c++17 console # CONFIG -= app_bundle # DEFINES+=LinuxDesktop