mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-01 22:20:55 +02:00
20 lines
347 B
Prolog
20 lines
347 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += bluetooth
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_deviceplugintexasinstruments)
|
|
|
|
HEADERS += \
|
|
deviceplugintexasinstruments.h \
|
|
sensortag.h \
|
|
sensordataprocessor.h \
|
|
sensorfilter.h
|
|
|
|
SOURCES += \
|
|
deviceplugintexasinstruments.cpp \
|
|
sensortag.cpp \
|
|
sensordataprocessor.cpp \
|
|
sensorfilter.cpp
|
|
|
|
|