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