7 #include <QCoreApplication> 14 int main (
int argc,
char *argv[]) {
15 QCoreApplication app(argc, argv);
16 app.setOrganizationName (
"hobrasoft");
17 app.setOrganizationDomain (
"hobrasoft.cz");
18 app.setApplicationName (
"hobrasofthttpd");
19 app.setApplicationVersion (
"1.0.0");
Own implementation of HTTP server.