Added sources for qt websocket tester
This commit is contained in:
15
qtwebsockettester.pro
Normal file
15
qtwebsockettester.pro
Normal 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
|
Reference in New Issue
Block a user