nymea-plugins/serialportcommander/serialportcommander.pro
2019-01-22 19:14:23 +01:00

15 lines
274 B
Prolog

include(../plugins.pri)
QT += serialport
TARGET = $$qtLibraryTarget(nymea_devicepluginserialportcommander)
SOURCES += \
devicepluginserialportcommander.cpp \
serialportcommander.cpp
HEADERS += \
devicepluginserialportcommander.h \
serialportcommander.h