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