#include "static.h"
#include "startup.h"
#include "dualfilelogger.h"
#include "httplistener.h"
#include "requestmapper.h"
#include "staticfilecontroller.h"
#include <QDir>
Go to the source code of this file.
Defines | |
#define | APPNAME "QtWebApp" |
Name of this application. | |
#define | ORGANISATION "Butterfly" |
Publisher of this application. | |
#define | DESCRIPTION "Web service based on Qt" |
Short description of this application. |
Definition in file startup.cpp.