aboutsummaryrefslogtreecommitdiff
path: root/example/example_1_echoClient/example_1_echoClient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_1_echoClient/example_1_echoClient.pro')
-rw-r--r--example/example_1_echoClient/example_1_echoClient.pro42
1 files changed, 21 insertions, 21 deletions
diff --git a/example/example_1_echoClient/example_1_echoClient.pro b/example/example_1_echoClient/example_1_echoClient.pro
index 562cf273..f0555e46 100644
--- a/example/example_1_echoClient/example_1_echoClient.pro
+++ b/example/example_1_echoClient/example_1_echoClient.pro
@@ -1,21 +1,21 @@
-TEMPLATE = app
-
-TARGET = example_1_echoClient
-
-SOURCES += main.cpp \
- echoClient.cpp
-
-HEADERS += echoClient.h
-
-INCLUDEPATH += ../../source
-
-QT += network xml
-CONFIG += console debug_and_release
-
-CONFIG(debug, debug|release) {
- LIBS += -L../../source/debug -lQXmppClient_d
- } else {
- LIBS += -L../../source/release -lQXmppClient
- }
-
-OTHER_FILES += README
+TEMPLATE = app
+
+TARGET = example_1_echoClient
+
+SOURCES += main.cpp \
+ echoClient.cpp
+
+HEADERS += echoClient.h
+
+INCLUDEPATH += ../../source
+
+QT += network xml
+CONFIG += console debug_and_release
+
+CONFIG(debug, debug|release) {
+ LIBS += -L../../source/debug -lQXmppClient_d
+ } else {
+ LIBS += -L../../source/release -lQXmppClient
+ }
+
+OTHER_FILES += README