From: Kurt Pattyn Date: Mon, 12 Aug 2013 09:01:15 +0000 (+0200) Subject: Cleaned up .pro file X-Git-Tag: v0.9.0~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=095ce5d4d89c916912218af4945c1a1ecbc1fdb9;p=contrib%2Fqtwebsockets.git Cleaned up .pro file --- 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