From d7c88970c5fecb274bf8d7c1cd933d903fecc55a Mon Sep 17 00:00:00 2001 From: Ian Geiser Date: Sun, 8 Nov 2009 18:53:24 +0000 Subject: Added an example of how to use the in band transfer. --- .../example_3_ibbTransfer/example_2_ibbTransfer.pro | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 example/example_3_ibbTransfer/example_2_ibbTransfer.pro (limited to 'example/example_3_ibbTransfer/example_2_ibbTransfer.pro') diff --git a/example/example_3_ibbTransfer/example_2_ibbTransfer.pro b/example/example_3_ibbTransfer/example_2_ibbTransfer.pro new file mode 100644 index 00000000..82821cdc --- /dev/null +++ b/example/example_3_ibbTransfer/example_2_ibbTransfer.pro @@ -0,0 +1,20 @@ +TEMPLATE = app + +TARGET = example_2_ibbTransfer + +SOURCES += main.cpp \ + ibbClient.cpp + +HEADERS += ibbClient.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 + } -- cgit v1.2.3