aboutsummaryrefslogtreecommitdiff
path: root/examples/example_1_echoClient/example_1_echoClient.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-14 13:59:23 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-14 13:59:23 +0200
commita973c8532e351782abffa8d42cf1e3b491f89722 (patch)
tree60130b73a878db05da7ed6dc37e2e071647234e1 /examples/example_1_echoClient/example_1_echoClient.pro
parentd5d9a145555e8437c5b664d7b8f261cabcee567f (diff)
downloadqxmpp-a973c8532e351782abffa8d42cf1e3b491f89722.tar.gz
cleanup examples
Diffstat (limited to 'examples/example_1_echoClient/example_1_echoClient.pro')
-rw-r--r--examples/example_1_echoClient/example_1_echoClient.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/example_1_echoClient/example_1_echoClient.pro b/examples/example_1_echoClient/example_1_echoClient.pro
index dd296396..8a39a64a 100644
--- a/examples/example_1_echoClient/example_1_echoClient.pro
+++ b/examples/example_1_echoClient/example_1_echoClient.pro
@@ -2,9 +2,8 @@ include(../examples.pri)
TARGET = example_1_echoClient
-SOURCES += main.cpp \
- echoClient.cpp
+SOURCES += example_1_echoClient.cpp
-HEADERS += echoClient.h
+HEADERS += example_1_echoClient.h
OTHER_FILES += README