Added sources for qt websocket tester

This commit is contained in:
2022-01-20 14:43:54 +01:00
parent d3d891b0df
commit 7a143c2505
8 changed files with 345 additions and 41 deletions

15
qtwebsockettester.pro Normal file
View File

@@ -0,0 +1,15 @@
QT = core gui widgets network websockets
CONFIG += c++latest
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
main.cpp \
mainwindow.cpp
FORMS += \
mainwindow.ui
HEADERS += \
mainwindow.h