Initial commit

This commit is contained in:
github-classroom[bot]
2024-01-20 10:43:33 +00:00
committed by GitHub
commit b3cc535790
5 changed files with 229 additions and 0 deletions

8
STOMPClient.pro Normal file
View File

@@ -0,0 +1,8 @@
QT += network gui widgets
CONFIG += c++14 console
CONFIG -= app_bundle
HEADERS += \
stompframe.h
SOURCES += \
main.cpp \
stompframe.cpp