summaryrefslogtreecommitdiff
path: root/examples/serialport/blockingmaster/blockingmaster.pro
blob: 8f3e0a15d5416f2dc4efe288851b0d55b6f374ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += widgets serialport

TARGET = blockingmaster
TEMPLATE = app

HEADERS += \
    dialog.h \
    masterthread.h

SOURCES += \
    main.cpp \
    dialog.cpp \
    masterthread.cpp