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