summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-08-12 11:01:15 +0200
committerKurt Pattyn <pattyn.kurt@gmail.com>2013-08-12 11:01:15 +0200
commit095ce5d4d89c916912218af4945c1a1ecbc1fdb9 (patch)
tree060a9cfcd0f390f1685c0df8280316f275794b61 /examples
parentea0800163c8c994f50211ce4f76d157f84ac73ef (diff)
downloadqtwebsockets-095ce5d4d89c916912218af4945c1a1ecbc1fdb9.tar.gz
Cleaned up .pro file
Diffstat (limited to 'examples')
-rw-r--r--examples/websocketclient/websocketclient.pro11
1 files changed, 2 insertions, 9 deletions
diff --git a/examples/websocketclient/websocketclient.pro b/examples/websocketclient/websocketclient.pro
index c6c4c25..4004717 100644
--- a/examples/websocketclient/websocketclient.pro
+++ b/examples/websocketclient/websocketclient.pro
@@ -1,11 +1,4 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2013-08-03T19:04:16
-#
-#-------------------------------------------------
-
QT += core
-
QT -= gui
TARGET = websocketclient
@@ -17,7 +10,7 @@ TEMPLATE = app
include(../../source/websocket.pri)
SOURCES += main.cpp \
- websocketclient.cpp
+ websocketclient.cpp
HEADERS += \
- websocketclient.h
+ websocketclient.h