aboutsummaryrefslogtreecommitdiff
path: root/example/example_5_rpcInterface/example_5_rpcInterface.pro
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_5_rpcInterface/example_5_rpcInterface.pro')
-rw-r--r--example/example_5_rpcInterface/example_5_rpcInterface.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/example/example_5_rpcInterface/example_5_rpcInterface.pro b/example/example_5_rpcInterface/example_5_rpcInterface.pro
new file mode 100644
index 00000000..f6b8d6be
--- /dev/null
+++ b/example/example_5_rpcInterface/example_5_rpcInterface.pro
@@ -0,0 +1,17 @@
+TEMPLATE = app
+TARGET = example_5_rpcInterface
+SOURCES += main.cpp \
+ rpcClient.cpp \
+ remoteinterface.cpp
+HEADERS += rpcClient.h \
+ remoteinterface.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