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

CONFIG += console
CONFIG -= app_bundle

TARGET = cwriterasync
TEMPLATE = app

HEADERS += \
    serialportwriter.h

SOURCES += \
    main.cpp \
    serialportwriter.cpp

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