summaryrefslogtreecommitdiffstats
path: root/examples/serialport/creaderasync/creaderasync.pro
blob: 3565dc9e6641f6b64bd9da96850be4be09a237f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT = core
QT += serialport

CONFIG += console
CONFIG -= app_bundle

TARGET = creaderasync
TEMPLATE = app

HEADERS += \
    serialportreader.h

SOURCES += \
    main.cpp \
    serialportreader.cpp