14 lines
186 B
Prolog
14 lines
186 B
Prolog
include(../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_devicepluginpushbullet)
|
|
|
|
QT+= network
|
|
|
|
SOURCES += \
|
|
devicepluginpushbullet.cpp
|
|
|
|
HEADERS += \
|
|
devicepluginpushbullet.h
|
|
|
|
|