blob: fda5a8a9a8ef7fd1c46cc973c1f4b3f51f54e3a4 [file] [log] [blame]
QT += widgets serialport
requires(qtConfig(combobox))
TARGET = terminal
TEMPLATE = app
SOURCES += \
main.cpp \
mainwindow.cpp \
settingsdialog.cpp \
console.cpp
HEADERS += \
mainwindow.h \
settingsdialog.h \
console.h
FORMS += \
mainwindow.ui \
settingsdialog.ui
RESOURCES += \
terminal.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/serialport/terminal
INSTALLS += target