Cleaned up .pro file
authorKurt Pattyn <pattyn.kurt@gmail.com>
Mon, 12 Aug 2013 09:01:15 +0000 (11:01 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Mon, 12 Aug 2013 09:01:15 +0000 (11:01 +0200)
examples/websocketclient/websocketclient.pro

index c6c4c25..4004717 100644 (file)
@@ -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