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.pro21
1 files changed, 8 insertions, 13 deletions
diff --git a/example/example_5_rpcInterface/example_5_rpcInterface.pro b/example/example_5_rpcInterface/example_5_rpcInterface.pro
index 57c0791b..eaa19e67 100644
--- a/example/example_5_rpcInterface/example_5_rpcInterface.pro
+++ b/example/example_5_rpcInterface/example_5_rpcInterface.pro
@@ -1,17 +1,12 @@
-TEMPLATE = app
+include(../example.pri)
+
TARGET = example_5_rpcInterface
+
SOURCES += main.cpp \
- rpcClient.cpp \
- remoteinterface.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 \
- -lQXmppClient_d
-else:LIBS += -L../../source \
- -lQXmppClient
+ remoteinterface.h
+
OTHER_FILES += README