diff --git a/exportplugin.pro b/exportplugin.pro deleted file mode 100644 index 886857b..0000000 --- a/exportplugin.pro +++ /dev/null @@ -1,22 +0,0 @@ -QT += core network gui widgets - -DBLIBS += dbcore zeiterfassungcore zeiterfassunggui zeiterfassungnetwork - -TARGET = exportplugin - -HEADERS += exportdialog.h \ - exportplugin.h - -SOURCES += exportdialog.cpp \ - exportplugin.cpp - -FORMS += exportdialog.ui - -RESOURCES += exportplugin_resources.qrc - -TRANSLATIONS += translations/exportplugin_en.ts \ - translations/exportplugin_de.ts - -OTHER_FILES += exportplugin.json - -include(../plugin.pri)