diff options
| author | Ian Geiser <ian.geiser@gmail.com> | 2009-11-11 11:09:28 +0000 |
|---|---|---|
| committer | Ian Geiser <ian.geiser@gmail.com> | 2009-11-11 11:09:28 +0000 |
| commit | d9745efcd24e547ba0185732bfc9b0c9f931162e (patch) | |
| tree | c66bc1c52329ea1a21771b74845009a9a0addd70 /example/example_6_rpcClient/example_6_rpcClient.pro | |
| parent | 5b0870ddaac421af2639058648a218c7061cdd6f (diff) | |
| download | qxmpp-d9745efcd24e547ba0185732bfc9b0c9f931162e.tar.gz | |
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.
Diffstat (limited to 'example/example_6_rpcClient/example_6_rpcClient.pro')
| -rw-r--r-- | example/example_6_rpcClient/example_6_rpcClient.pro | 15 |
1 files changed, 15 insertions, 0 deletions
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 |
