Removed legacy qmake files

This commit is contained in:
2019-04-09 19:06:54 +02:00
parent bf97b9850d
commit 1134169cb8

View File

@@ -1,26 +0,0 @@
QT += core network gui widgets
DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork
TARGET = weatherplugin
HEADERS += weatherplugin.h \
weathersettings.h \
weathersettingswidget.h \
weatherwidget.h
SOURCES += weatherplugin.cpp \
weathersettings.cpp \
weathersettingswidget.cpp \
weatherwidget.cpp
FORMS +=
RESOURCES +=
TRANSLATIONS += translations/weatherplugin_en.ts \
translations/weatherplugin_de.ts
OTHER_FILES += weatherplugin.json
include(../plugin.pri)