diff --git a/weatherplugin.pro b/weatherplugin.pro deleted file mode 100644 index 1f20e43..0000000 --- a/weatherplugin.pro +++ /dev/null @@ -1,26 +0,0 @@ -QT += core network gui widgets - -DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork - -TARGET = weatherplugin - -HEADERS += weatherplugin.h \ - weathersettings.h \ - weathersettingswidget.h \ - weatherwidget.h - -SOURCES += weatherplugin.cpp \ - weathersettings.cpp \ - weathersettingswidget.cpp \ - weatherwidget.cpp - -FORMS += - -RESOURCES += - -TRANSLATIONS += translations/weatherplugin_en.ts \ - translations/weatherplugin_de.ts - -OTHER_FILES += weatherplugin.json - -include(../plugin.pri)