diff options
Diffstat (limited to 'example/example_5_rpcInterface')
| -rw-r--r-- | example/example_5_rpcInterface/example_5_rpcInterface.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/example_5_rpcInterface/example_5_rpcInterface.pro b/example/example_5_rpcInterface/example_5_rpcInterface.pro index f6b8d6be..57c0791b 100644 --- a/example/example_5_rpcInterface/example_5_rpcInterface.pro +++ b/example/example_5_rpcInterface/example_5_rpcInterface.pro @@ -10,8 +10,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 |
