diff options
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 |
