QtWebApp
QtWebApp copied to clipboard
QtWepApp is a HTTP server library in C++, inspired by Java Servlets. Forked from: http://stefanfrings.de/qtwebapp/index-en.html
# What Based on the changes in the branch msvetkin/feature/cmake-split-project-and-lib, but with a bit more extracted to the top level CMakeLists file. See https://github.com/msrd0/QtWebApp/pull/33 to the base repo. Also, a...
That will allow to use QtWebApp as subdirectory with provided Qt version
Currently QtWebApp built with Qt 6 needs the compatibility module. Over time it would be great to get rid of the dependency. The question is how. The compatibility is needed...