This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2014-04-04 22:55:09 +02:00

16 lines
254 B
Prolog

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