blob: a2690aaf47134366f6d2d5ae387991bee0b84ac0 [file] [log] [blame]
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