Removed legacy qmake files

This commit is contained in:
2019-04-09 19:06:37 +02:00
parent dc39a06b64
commit 19bb8d3fc3

View File

@@ -1,22 +0,0 @@
QT += core network gui widgets
DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork
TARGET = profileplugin
HEADERS += profiledialog.h \
profileplugin.h
SOURCES += profiledialog.cpp \
profileplugin.cpp
FORMS += profiledialog.ui
RESOURCES += profileplugin_resources.qrc
TRANSLATIONS += translations/profileplugin_en.ts \
translations/profileplugin_de.ts
OTHER_FILES += profileplugin.json
include(../plugin.pri)