network-setting not necessary. Make console-setting explicit.

This commit is contained in:
Gerhard Hoffmann 2023-06-20 16:08:02 +02:00
parent 810b603d70
commit bbf97dc58d

View File

@ -1,13 +1,13 @@
# QT -= gui # QT -= gui
QT += core QT += core
QT += widgets serialport QT += widgets serialport
QT += network # QT += network
TARGET = ATBUpdateTool TARGET = ATBUpdateTool
INCLUDEPATH += plugins INCLUDEPATH += plugins
CONFIG += c++17 CONFIG += c++17 console
# CONFIG -= app_bundle # CONFIG -= app_bundle
# DEFINES+=LinuxDesktop # DEFINES+=LinuxDesktop