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

TARGET = receiver
TEMPLATE = app

HEADERS += \
    dialog.h

SOURCES += \
    main.cpp \
    dialog.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/serialport/receiver
INSTALLS += target