nymea-plugins/pushnotifications/pushnotifications.pro

14 lines
222 B
Prolog

include(../plugins.pri)
TARGET = $$qtLibraryTarget(nymea_integrationpluginpushnotifications)
QT+= network
SOURCES += \
integrationpluginpushnotifications.cpp
HEADERS += \
integrationpluginpushnotifications.h