cwriterasync.pro Example File

cwriterasync/cwriterasync.pro
QT = core
QT += serialport

CONFIG += console
CONFIG -= app_bundle

TARGET = cwriterasync
TEMPLATE = app

HEADERS += \
    serialportwriter.h

SOURCES += \
    main.cpp \
    serialportwriter.cpp