remove main-window (not needed)

This commit is contained in:
Gerhard Hoffmann 2025-02-26 16:55:40 +01:00
parent 3069c3bd65
commit ae582b75d5

View File

@ -1,7 +1,6 @@
QT += core gui
QT += widgets serialport network
QT += core serialport
TARGET = ATBDownloadDCFirmware
TARGET = ATBUpdateDC
VERSION="0.1.0"
win32 {
@ -77,21 +76,23 @@ contains( CONFIG, DesktopLinux ) {
SOURCES += \
main.cpp \
mainwindow.cpp \
../common/src/message_handler.cpp \
../UpdatePTUDevCtrl/commandline_parser.cpp \
update.cpp \
dc_download.cpp \
../common/src/System.cpp
../common/src/System.cpp \
../common/src/utils_internal.cpp \
../common/src/command.cpp
HEADERS += \
mainwindow.h \
../common/include/message_handler.h \
../UpdatePTUDevCtrl/commandline_parser.h \
update.h \
dc_download.h \
../common/include/System.h
../common/include/System.h \
../common/include/utils_internal.h \
../common/include/command.h
OTHER_FILES += \