Skip to content

carlo-dev-git/QtWebApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtWebAppLib is a library to develop server-side web applications in C++.
Works with Qt SDK version 4.7 until at least 6.0

License: LGPL v3.

Project homepage:  http://stefanfrings.de/qtwebapp/index-en.html
Tutorial:          http://stefanfrings.de/qtwebapp/tutorial/index.html
API doc:           http://stefanfrings.de/qtwebapp/api/index.html

In Qt 6.0 or newer, you must install the optional "core5compat" component.
This package contains the QTextCodec class which is needed to decode template files.
It supports a lot more encodings, for example ISO-8859-15 with the EUR symbol.

Demo1 shows how to use the library by including the source code into your
project, the preferred method.

Demo2 shows how to link against the shared library.
Build the project QtWebApp to generate the shared library.


Stefan Frings
http://stefanfrings.de

About

QtWebApp is a HTTP server like Java servlets, written in C++ with the Qt framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.6%
  • QMake 3.1%
  • Other 1.3%