Removed legacy qmake files

This commit is contained in:
2019-04-09 19:06:41 +02:00
parent 9f2ab30880
commit c7136055a8

View File

@@ -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)