nymea/plugins/deviceplugins/weatherground/weatherground.pro

16 lines
254 B
Prolog

include(../../plugins.pri)
TARGET = $$qtLibraryTarget(guh_devicepluginweatherground)
QT+= network
SOURCES += \
devicepluginweatherground.cpp \
weathergroundparser.cpp
HEADERS += \
devicepluginweatherground.h \
weathergroundparser.h