blob: 75a43e3685e27b0386dd8f1b4ca5fee658540faa [file] [log] [blame]
QT = core
QT += serialport
CONFIG += console
CONFIG -= app_bundle
TARGET = cenumerator
TEMPLATE = app
SOURCES += \
main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/serialport/cenumerator
INSTALLS += target