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
2023-11-29 11:53:20 +01:00

15 lines
305 B
Prolog

QT += network gui widgets
CONFIG += c++14 console
CONFIG -= app_bundle
HEADERS += \
app.h \
interface/iStompObserver.h \
interface/iStompSubject.h \
stomp.h \
stompframe.h
SOURCES += \
app.cpp \
main.cpp \
stomp.cpp \
stompframe.cpp