Removed legacy qmake files

This commit is contained in:
2019-04-09 19:04:00 +02:00
parent e0b1ec563d
commit 8e1869c5af
5 changed files with 0 additions and 82 deletions

View File

@@ -1,8 +0,0 @@
TEMPLATE = subdirs
SUBDIRS += webserver \
webserverlib \
plugins
webserver.depends += webserverlib
plugins.depends += webserverlib

View File

@@ -1,5 +0,0 @@
PROJECT_ROOT = ../../..
TEMPLATE = lib
CONFIG += shared
DESTDIR = $${OUT_PWD}/$${PROJECT_ROOT}/bin/plugins/webserver
include(../../project.pri)

View File

@@ -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

View File

@@ -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)

View File

@@ -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)