Removed legacy qmake files
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
TEMPLATE = subdirs
|
|
||||||
|
|
||||||
SUBDIRS += webserver \
|
|
||||||
webserverlib \
|
|
||||||
plugins
|
|
||||||
|
|
||||||
webserver.depends += webserverlib
|
|
||||||
plugins.depends += webserverlib
|
|
@@ -1,5 +0,0 @@
|
|||||||
PROJECT_ROOT = ../../..
|
|
||||||
TEMPLATE = lib
|
|
||||||
CONFIG += shared
|
|
||||||
DESTDIR = $${OUT_PWD}/$${PROJECT_ROOT}/bin/plugins/webserver
|
|
||||||
include(../../project.pri)
|
|
@@ -1,9 +0,0 @@
|
|||||||
TEMPLATE = subdirs
|
|
||||||
|
|
||||||
exists(fileserverplugin/fileserverplugin.pro): SUBDIRS += fileserverplugin
|
|
||||||
exists(helloworldplugin/helloworldplugin.pro): SUBDIRS += helloworldplugin
|
|
||||||
exists(proxyplugin/proxyplugin.pro): SUBDIRS += proxyplugin
|
|
||||||
exists(seriesplugin/seriesplugin.pro): SUBDIRS += seriesplugin
|
|
||||||
exists(wifilampplugin/wifilampplugin.pro): SUBDIRS += wifilampplugin
|
|
||||||
|
|
||||||
OTHER_FILES += plugin.pri
|
|
@@ -1,22 +0,0 @@
|
|||||||
QT += core network
|
|
||||||
QT -= gui widgets
|
|
||||||
|
|
||||||
DBLIBS += dbcore webserverlib
|
|
||||||
|
|
||||||
PROJECT_ROOT = ../..
|
|
||||||
|
|
||||||
SOURCES += main.cpp
|
|
||||||
|
|
||||||
HEADERS +=
|
|
||||||
|
|
||||||
FORMS +=
|
|
||||||
|
|
||||||
RESOURCES +=
|
|
||||||
|
|
||||||
TRANSLATIONS +=
|
|
||||||
|
|
||||||
configinstall.path = $${OUT_PWD}/$${PROJECT_ROOT}/bin
|
|
||||||
configinstall.files = webserver.json
|
|
||||||
INSTALLS += configinstall
|
|
||||||
|
|
||||||
include($${PROJECT_ROOT}/app.pri)
|
|
@@ -1,38 +0,0 @@
|
|||||||
QT += core network
|
|
||||||
QT -= gui widgets
|
|
||||||
|
|
||||||
DBLIBS += dbnetwork
|
|
||||||
|
|
||||||
PROJECT_ROOT = ../..
|
|
||||||
|
|
||||||
DEFINES += WEBSERVERLIB_LIBRARY
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
weblistener.cpp \
|
|
||||||
webapplication.cpp \
|
|
||||||
webplugin.cpp \
|
|
||||||
httpclientconnection.cpp \
|
|
||||||
httprequest.cpp \
|
|
||||||
httpresponse.cpp \
|
|
||||||
webserver.cpp \
|
|
||||||
httpexception.cpp \
|
|
||||||
httpnotfoundexception.cpp
|
|
||||||
|
|
||||||
HEADERS += webserverlib_global.h \
|
|
||||||
weblistener.h \
|
|
||||||
webapplication.h \
|
|
||||||
webplugin.h \
|
|
||||||
httpclientconnection.h \
|
|
||||||
httprequest.h \
|
|
||||||
httpresponse.h \
|
|
||||||
webserver.h \
|
|
||||||
httpexception.h \
|
|
||||||
httpnotfoundexception.h
|
|
||||||
|
|
||||||
FORMS +=
|
|
||||||
|
|
||||||
RESOURCES +=
|
|
||||||
|
|
||||||
TRANSLATIONS +=
|
|
||||||
|
|
||||||
include($${PROJECT_ROOT}/lib.pri)
|
|
Reference in New Issue
Block a user