create interface
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user