2010-10-09 18:06:35 +04:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
HEADERS += $$PWD/httpserver.h \
|
|
|
|
$$PWD/httpconnection.h \
|
|
|
|
$$PWD/httprequestparser.h \
|
|
|
|
$$PWD/httpresponsegenerator.h \
|
2012-05-26 23:58:53 +04:00
|
|
|
$$PWD/btjson.h \
|
2014-05-01 19:28:38 +04:00
|
|
|
$$PWD/prefjson.h \
|
|
|
|
$$PWD/httpheader.h \
|
|
|
|
$$PWD/httprequestheader.h \
|
|
|
|
$$PWD/httpresponseheader.h
|
2010-10-09 18:06:35 +04:00
|
|
|
|
|
|
|
SOURCES += $$PWD/httpserver.cpp \
|
|
|
|
$$PWD/httpconnection.cpp \
|
|
|
|
$$PWD/httprequestparser.cpp \
|
|
|
|
$$PWD/httpresponsegenerator.cpp \
|
2012-05-26 21:42:44 +04:00
|
|
|
$$PWD/btjson.cpp \
|
2014-05-01 19:28:38 +04:00
|
|
|
$$PWD/prefjson.cpp \
|
|
|
|
$$PWD/httpheader.cpp \
|
|
|
|
$$PWD/httprequestheader.cpp \
|
|
|
|
$$PWD/httpresponseheader.cpp
|
2010-10-09 18:06:35 +04:00
|
|
|
|
2012-05-26 21:42:44 +04:00
|
|
|
RESOURCES += $$PWD/webui.qrc
|