nymea/plugins/deviceplugins/openweathermap/openweathermap.pro

16 lines
247 B
Prolog

include(../../plugins.pri)
TARGET = $$qtLibraryTarget(guh_devicepluginopenweathermap)
QT+= network
SOURCES += \
devicepluginopenweathermap.cpp \
openweathermap.cpp
HEADERS += \
devicepluginopenweathermap.h \
openweathermap.h