Files
DbWebserver-fileserverplugin/fileserverplugin.pro
2018-10-04 23:32:24 +02:00

20 lines
303 B
Prolog

QT += core network
DBLIBS += webserverlib
HEADERS += fileserverplugin.h \
fileserverapplication.h
SOURCES += fileserverplugin.cpp \
fileserverapplication.cpp
FORMS +=
RESOURCES += fileserverplugin_resources.qrc
TRANSLATIONS +=
OTHER_FILES += fileserverplugin.json
include(../plugin.pri)