- SOURCES += $$PWD/HttpServer.cpp \
- $$PWD/HttpRequest.cpp \
- $$PWD/HttpResponse.cpp \
- $$PWD/AbstractServlet.cpp \
- $$PWD/FileServlet.cpp \
- $$PWD/LogModel.cpp
- HEADERS += $$PWD/HttpServer.h \
- $$PWD/HttpRequest.h \
- $$PWD/HttpResponse.h \
- $$PWD/AbstractServlet.h \
- $$PWD/FileServlet.h \
- $$PWD/LogModel.h
- INCLUDEPATH += $$PWD
- QT += network
|