20 lines
303 B
Prolog
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)
|