summaryrefslogtreecommitdiff
path: root/examples/echoclient/echoclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/echoclient/echoclient.pro')
-rw-r--r--examples/echoclient/echoclient.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/echoclient/echoclient.pro b/examples/echoclient/echoclient.pro
index 4004717..6e3623c 100644
--- a/examples/echoclient/echoclient.pro
+++ b/examples/echoclient/echoclient.pro
@@ -1,7 +1,7 @@
QT += core
QT -= gui
-TARGET = websocketclient
+TARGET = echoclient
CONFIG += console
CONFIG -= app_bundle
@@ -10,7 +10,7 @@ TEMPLATE = app
include(../../source/websocket.pri)
SOURCES += main.cpp \
- websocketclient.cpp
+ echoclient.cpp
HEADERS += \
- websocketclient.h
+ echoclient.h