Removed legacy qmake files

This commit is contained in:
2019-04-09 19:06:45 +02:00
parent 090db56333
commit 09819b6dd1

View File

@@ -1,22 +0,0 @@
QT += core network gui widgets
DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork sketchlib
TARGET = sketchplugin
HEADERS += sketchmainwindow.h \
sketchplugin.h
SOURCES += sketchmainwindow.cpp \
sketchplugin.cpp
FORMS += sketchmainwindow.ui
RESOURCES += sketchplugin_resources.qrc
TRANSLATIONS += translations/sketchplugin_en.ts \
translations/sketchplugin_de.ts
OTHER_FILES += sketchplugin.json
include(../plugin.pri)