From 1134169cb8909fa6cba94ad479c3e423b81b3053 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 9 Apr 2019 19:06:54 +0200 Subject: [PATCH] Removed legacy qmake files --- weatherplugin.pro | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 weatherplugin.pro 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)