summaryrefslogtreecommitdiff
path: root/examples/webchannel/chatserver-cpp/chatserver-cpp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webchannel/chatserver-cpp/chatserver-cpp.pro')
-rw-r--r--examples/webchannel/chatserver-cpp/chatserver-cpp.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/webchannel/chatserver-cpp/chatserver-cpp.pro b/examples/webchannel/chatserver-cpp/chatserver-cpp.pro
deleted file mode 100644
index ce6a3f7..0000000
--- a/examples/webchannel/chatserver-cpp/chatserver-cpp.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-TARGET = chatserver
-
-TEMPLATE = app
-
-QT += core websockets webchannel
-QT -= gui
-
-CONFIG += console
-
-SOURCES += main.cpp \
- chatserver.cpp \
- ../shared/websocketclientwrapper.cpp \
- ../shared/websockettransport.cpp
-
-HEADERS += \
- chatserver.h \
- ../shared/websocketclientwrapper.h \
- ../shared/websockettransport.h