2020-08-20 18:22:57 +02:00

8 lines
87 B
C++

#include "httpglobal.h"
const char* getQtWebAppLibVersion()
{
return "1.7.11";
}