diff --git a/STOMPClient.pro b/STOMPClient.pro deleted file mode 100644 index e3e96e3..0000000 --- a/STOMPClient.pro +++ /dev/null @@ -1,8 +0,0 @@ -QT += network gui widgets -CONFIG += c++14 console -CONFIG -= app_bundle -HEADERS += \ - stompframe.h -SOURCES += \ - main.cpp \ - stompframe.cpp