From 89e052995997c9a372d7deee6a9d31e100e10533 Mon Sep 17 00:00:00 2001 From: Ian Geiser Date: Sun, 8 Nov 2009 19:44:16 +0000 Subject: Added better examples for in band byte transfers --- .../example_3_ibbTransferSource.pro | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro (limited to 'example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro') diff --git a/example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro b/example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro new file mode 100644 index 00000000..0777c6c0 --- /dev/null +++ b/example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro @@ -0,0 +1,20 @@ +TEMPLATE = app + +TARGET = example_3_ibbTransferSource + +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