summaryrefslogtreecommitdiffstats
path: root/examples/serialport/cwriterasync/cwriterasync.pro
blob: 0945f1d418b5fb46902d79eb98b5a20eb17d65c3 (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 = cwriterasync
TEMPLATE = app

HEADERS += \
    serialportwriter.h

SOURCES += \
    main.cpp \
    serialportwriter.cpp