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] 852d59b0b3
Initial commit
2023-11-23 08:19:32 +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