Files
DbWebserver-fileserverplugin/fileserverplugin.pro
2018-10-05 00:00:11 +02:00

20 lines
310 B
Prolog

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