Files
qtwebsockettester/qtwebsockettester.pro

16 lines
283 B
Prolog
Raw Normal View History

2022-01-20 14:43:54 +01:00
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