remove main-window (not needed)
This commit is contained in:
		@@ -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 += \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user