1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Added Stefan Frings' QtWebApp httpserver

This commit is contained in:
f4exb
2017-08-23 18:47:07 +02:00
parent 9a1b60c6ec
commit 4adf80abc3
29 changed files with 3849 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include "httpglobal.h"
const char* getQtWebAppLibVersion()
{
return "1.7.3";
}