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