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