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

15 lines
305 B
Prolog
Raw Normal View History

2023-11-23 08:19:32 +00:00
QT += network gui widgets
CONFIG += c++14 console
CONFIG -= app_bundle
HEADERS += \
2023-11-29 10:53:20 +00:00
app.h \
interface/iStompObserver.h \
interface/iStompSubject.h \
stomp.h \
2023-11-23 08:19:32 +00:00
stompframe.h
SOURCES += \
2023-11-29 10:53:20 +00:00
app.cpp \
2023-11-23 08:19:32 +00:00
main.cpp \
2023-11-29 10:53:20 +00:00
stomp.cpp \
2023-11-23 08:19:32 +00:00
stompframe.cpp