Removed legacy qmake files

This commit is contained in:
2019-04-09 19:05:54 +02:00
parent a11f8a92fd
commit 6e987dcf70

View File

@@ -1,26 +0,0 @@
QT += core network gui widgets
DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork
TARGET = absenceplugin
HEADERS += absencedialog.h \
absencesmodel.h \
absenceplugin.h \
absencewidget.h
SOURCES += absencedialog.cpp \
absencesmodel.cpp \
absenceplugin.cpp \
absencewidget.cpp
FORMS += absencedialog.ui
RESOURCES += absenceplugin_resources.qrc
TRANSLATIONS += translations/absenceplugin_en.ts \
translations/absenceplugin_de.ts
OTHER_FILES += absenceplugin.json
include(../plugin.pri)