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

SOURCES += \
    main.cpp

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