Add httpserver to contrib

.. see http://stefanfrings.de/qtwebapp/index-en.html

.. this is a lightweight web server to allow GC to
   provide webservices.

.. we will be providing web services on localhost to
   enable R integration.

.. we will use web services to standardise the
   interface to provide something we can use in R
   but also anything else at a later date.

.. gcconfig.pri contains $$HTPATH that points to
   the location of the code, if it is not set then
   the web server is not compiled in.
This commit is contained in:
Mark Liversedge
2015-09-05 20:40:38 +01:00
parent 9e833d4a04
commit d40d865dfa
25 changed files with 2865 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
#include "httpglobal.h"
const char* getQtWebAppLibVersion()
{
return "1.5.8";
}