diff --git a/plugins/deviceplugins/weatherground/devicepluginweatherground.json b/plugins/deviceplugins/weatherground/devicepluginweatherground.json deleted file mode 100644 index 0967ef42..00000000 --- a/plugins/deviceplugins/weatherground/devicepluginweatherground.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/plugins/deviceplugins/weatherground/weatherground.pro b/plugins/deviceplugins/weatherground/weatherground.pro deleted file mode 100644 index 8f193540..00000000 --- a/plugins/deviceplugins/weatherground/weatherground.pro +++ /dev/null @@ -1,15 +0,0 @@ -include(../../plugins.pri) - -TARGET = $$qtLibraryTarget(guh_devicepluginweatherground) - -QT+= network - -SOURCES += \ - devicepluginweatherground.cpp \ - weathergroundparser.cpp - -HEADERS += \ - devicepluginweatherground.h \ - weathergroundparser.h - -