This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
SDi-STOMP/STOMPClient.pro
github-classroom[bot] b3cc535790
Initial commit
2024-01-20 10:43:33 +00:00

9 lines
160 B
Prolog

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