Removed legacy qmake files

This commit is contained in:
2019-04-09 19:06:29 +02:00
parent cda6dd0ed6
commit b54cdecc40

View File

@@ -1,28 +0,0 @@
QT += core network gui widgets
DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork
TARGET = lunchmealplugin
HEADERS += lunchmealdialog.h \
lunchmealsettings.h \
lunchmealsettingswidget.h \
lunchmealplugin.h \
lunchmealwidget.h
SOURCES += lunchmealdialog.cpp \
lunchmealsettings.cpp \
lunchmealsettingswidget.cpp \
lunchmealplugin.cpp \
lunchmealwidget.cpp
FORMS += lunchmealdialog.ui
RESOURCES += lunchmealplugin_resources.qrc
TRANSLATIONS += translations/lunchmealplugin_en.ts \
translations/lunchmealplugin_de.ts
OTHER_FILES += lunchmealplugin.json
include(../plugin.pri)