diff options
Diffstat (limited to 'example/example_1_echoClient')
| -rw-r--r-- | example/example_1_echoClient/example_1_echoClient.pro | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/example/example_1_echoClient/example_1_echoClient.pro b/example/example_1_echoClient/example_1_echoClient.pro index 5b9b8c98..ec5a3f05 100644 --- a/example/example_1_echoClient/example_1_echoClient.pro +++ b/example/example_1_echoClient/example_1_echoClient.pro @@ -1,4 +1,4 @@ -TEMPLATE = app +include(../example.pri) TARGET = example_1_echoClient @@ -7,15 +7,4 @@ SOURCES += main.cpp \ HEADERS += echoClient.h -INCLUDEPATH += ../../source - -QT += network xml -CONFIG += console debug_and_release - -CONFIG(debug, debug|release) { - LIBS += -L../../source -lQXmppClient_d - } else { - LIBS += -L../../source -lQXmppClient - } - OTHER_FILES += README |
