15 lines
274 B
Prolog
15 lines
274 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += serialport
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_devicepluginserialportcommander)
|
|
|
|
SOURCES += \
|
|
devicepluginserialportcommander.cpp \
|
|
serialportcommander.cpp
|
|
|
|
|
|
HEADERS += \
|
|
devicepluginserialportcommander.h \
|
|
serialportcommander.h
|