From 932e26f58a719b4626d83f2f07c4c744ae598efe Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 9 Apr 2019 19:06:49 +0200 Subject: [PATCH] Removed legacy qmake files --- updaterplugin.pro | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 updaterplugin.pro diff --git a/updaterplugin.pro b/updaterplugin.pro deleted file mode 100644 index c850607..0000000 --- a/updaterplugin.pro +++ /dev/null @@ -1,26 +0,0 @@ -QT += core network gui widgets - -DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork - -TARGET = updaterplugin - -HEADERS += updaterdialog.h \ - updaterplugin.h \ - updatersettings.h \ - updatersettingswidget.h - -SOURCES += updaterdialog.cpp \ - updaterplugin.cpp \ - updatersettings.cpp \ - updatersettingswidget.cpp - -FORMS += updaterdialog.ui - -RESOURCES += - -TRANSLATIONS += translations/updaterplugin_en.ts \ - translations/updaterplugin_de.ts - -OTHER_FILES += updaterplugin.json - -include(../plugin.pri)