summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/receiver/receiver.pro
blob: d3180061f3393f829c74ce7be2ba95953c14b86f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets serialport
requires(qtConfig(combobox))

TARGET = receiver
TEMPLATE = app

HEADERS += \
    dialog.h

SOURCES += \
    main.cpp \
    dialog.cpp