aboutsummaryrefslogtreecommitdiff
path: root/example/example_6_rpcClient
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_6_rpcClient')
-rw-r--r--example/example_6_rpcClient/example_6_rpcClient.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/example_6_rpcClient/example_6_rpcClient.pro b/example/example_6_rpcClient/example_6_rpcClient.pro
index 3bfd6032..93840828 100644
--- a/example/example_6_rpcClient/example_6_rpcClient.pro
+++ b/example/example_6_rpcClient/example_6_rpcClient.pro
@@ -8,8 +8,8 @@ QT += network \
xml
CONFIG += console \
debug_and_release
-CONFIG(debug, debug|release):LIBS += -L../../source/debug \
+CONFIG(debug, debug|release):LIBS += -L../../source \
-lQXmppClient_d
-else:LIBS += -L../../source/release \
+else:LIBS += -L../../source \
-lQXmppClient
OTHER_FILES += README