From c7136055a8006542cdb708106a0ebfe45ccc4d7c Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 9 Apr 2019 19:06:41 +0200 Subject: [PATCH] Removed legacy qmake files --- reportsplugin.pro | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 reportsplugin.pro diff --git a/reportsplugin.pro b/reportsplugin.pro deleted file mode 100644 index 8fbb45b..0000000 --- a/reportsplugin.pro +++ /dev/null @@ -1,22 +0,0 @@ -QT += core network gui widgets - -DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork - -TARGET = reportsplugin - -HEADERS += reportsplugin.h \ - reportswidget.h - -SOURCES += reportsplugin.cpp \ - reportswidget.cpp - -FORMS += - -RESOURCES += reportsplugin_resources.qrc - -TRANSLATIONS += translations/reportsplugin_en.ts \ - translations/reportsplugin_de.ts - -OTHER_FILES += reportsplugin.json - -include(../plugin.pri)