From d9745efcd24e547ba0185732bfc9b0c9f931162e Mon Sep 17 00:00:00 2001 From: Ian Geiser Date: Wed, 11 Nov 2009 11:09:28 +0000 Subject: This is the rest of XEP-009. This needs some cleanup and testing still. I am not happy with the implementation, but I am happy with the interface on QXmppClient. --- example/example_6_rpcClient/example_6_rpcClient.pro | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 example/example_6_rpcClient/example_6_rpcClient.pro (limited to 'example/example_6_rpcClient/example_6_rpcClient.pro') diff --git a/example/example_6_rpcClient/example_6_rpcClient.pro b/example/example_6_rpcClient/example_6_rpcClient.pro new file mode 100644 index 00000000..3bfd6032 --- /dev/null +++ b/example/example_6_rpcClient/example_6_rpcClient.pro @@ -0,0 +1,15 @@ +TEMPLATE = app +TARGET = example_6_rpcClient +SOURCES += main.cpp \ + rpcClient.cpp +HEADERS += rpcClient.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 -- cgit v1.2.3