Add gui-form and sneder/receiver-thread source.
This commit is contained in:
parent
22e751e197
commit
ea2f42beed
@ -1,5 +1,5 @@
|
|||||||
QT += core
|
QT += core gui
|
||||||
QT += serialport network
|
QT += widgets serialport network
|
||||||
|
|
||||||
TARGET = ATBDownloadDCFirmware
|
TARGET = ATBDownloadDCFirmware
|
||||||
|
|
||||||
@ -66,14 +66,25 @@ contains( CONFIG, DesktopLinux ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
main.cpp
|
main.cpp \
|
||||||
|
mainwindow.cpp \
|
||||||
|
sender_thread.cpp \
|
||||||
|
receiver_thread.cpp \
|
||||||
|
../common/src/message_handler.cpp
|
||||||
|
|
||||||
# HEADERS +=
|
HEADERS += \
|
||||||
|
mainwindow.h \
|
||||||
|
sender_thread.h \
|
||||||
|
receiver_thread.h \
|
||||||
|
../common/include/message_handler.h
|
||||||
|
|
||||||
OTHER_FILES += \
|
OTHER_FILES += \
|
||||||
ATBDownloadDCFirmware.ini
|
ATBDownloadDCFirmware.ini
|
||||||
|
|
||||||
|
|
||||||
|
FORMS += \
|
||||||
|
mainwindow.ui
|
||||||
|
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
# for running program on target through QtCreator
|
# for running program on target through QtCreator
|
||||||
contains( CONFIG, PTU5 ) {
|
contains( CONFIG, PTU5 ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user