create interface

This commit is contained in:
2023-11-29 11:53:20 +01:00
parent e8cb3ab9b9
commit 847393cec3
9 changed files with 148 additions and 1 deletions

View File

@@ -2,7 +2,13 @@ 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