Removed legacy qmake files

This commit is contained in:
2019-04-09 19:06:20 +02:00
parent 8e4fceb821
commit 92be4a1244

View File

@@ -1,24 +0,0 @@
QT += core network gui widgets
DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork
TARGET = devtoolsplugin
HEADERS += devtoolsplugin.h \
logdialog.h \
logmodel.h
SOURCES += devtoolsplugin.cpp \
logdialog.cpp \
logmodel.cpp
FORMS += logdialog.ui
RESOURCES += devtoolsplugin_resources.qrc
TRANSLATIONS += translations/devtoolsplugin_en.ts \
translations/devtoolsplugin_de.ts
OTHER_FILES += devtoolsplugin.json
include(../plugin.pri)