aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webchannel/chatserver-cpp/chatserver-cpp.pro
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@digia.com>2014-10-13 06:52:38 +0200
committerJani Heikkinen <jani.heikkinen@digia.com>2014-10-13 07:02:42 +0200
commite8c280a15f7822fa5a563388615313858fd90848 (patch)
treec3758fa66a99f7d5bd5d4e6f0c06f3273a45693c /examples/webchannel/chatserver-cpp/chatserver-cpp.pro
parente9ec067e628564e0b065c625dcd7e695857706ac (diff)
Revert "Added some more examples"
This reverts commit e9ec067e628564e0b065c625dcd7e695857706ac which breaks qt5.git integration Change-Id: I92f23d1c0891ed0e52348ab36b73541027095146 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
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