Files
DbWebserver-fileserverplugin/fileserverplugin.pro
2018-09-17 19:22:53 +02:00

20 lines
272 B
Prolog

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