Move QtWebApp sources to third_party

This commit is contained in:
Felix Kauselmann
2020-07-26 02:08:21 +02:00
parent fc8c1080da
commit 3de099491f
43 changed files with 2 additions and 5 deletions

View File

@ -0,0 +1,7 @@
#include "httpglobal.h"
const char* getQtWebAppLibVersion()
{
return "1.6.5";
}