Removed legacy qmake files

This commit is contained in:
2019-04-09 19:06:24 +02:00
parent 222960053c
commit 3ef2e83079

View File

@@ -1,22 +0,0 @@
QT += core network gui widgets
DBLIBS += dbcore zeiterfassungcore zeiterfassunggui zeiterfassungnetwork
TARGET = exportplugin
HEADERS += exportdialog.h \
exportplugin.h
SOURCES += exportdialog.cpp \
exportplugin.cpp
FORMS += exportdialog.ui
RESOURCES += exportplugin_resources.qrc
TRANSLATIONS += translations/exportplugin_en.ts \
translations/exportplugin_de.ts
OTHER_FILES += exportplugin.json
include(../plugin.pri)