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

CONFIG += console
CONFIG -= app_bundle

TARGET = cwritersync
TEMPLATE = app

SOURCES += \
    main.cpp

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