Update QtWebapp to 1.7.11

This commit is contained in:
Felix Kauselmann
2020-07-30 12:28:05 +02:00
parent 3de099491f
commit b9c48cc4b6
31 changed files with 796 additions and 307 deletions

View File

@ -2,6 +2,6 @@
const char* getQtWebAppLibVersion()
{
return "1.6.5";
return "1.7.11";
}