diff --git a/seriesplugin.pro b/seriesplugin.pro deleted file mode 100644 index 156c397..0000000 --- a/seriesplugin.pro +++ /dev/null @@ -1,19 +0,0 @@ -QT += core network - -DBLIBS += webserverlib - -HEADERS += seriesplugin.h \ - seriesapplication.h - -SOURCES += seriesplugin.cpp \ - seriesapplication.cpp - -FORMS += - -RESOURCES += - -TRANSLATIONS += - -OTHER_FILES += seriesplugin.json - -include(../plugin.pri)