diff options
Diffstat (limited to 'example/example_4_ibbTransferTarget/example_4_ibbTransferTarget.pro')
| -rw-r--r-- | example/example_4_ibbTransferTarget/example_4_ibbTransferTarget.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/example_4_ibbTransferTarget/example_4_ibbTransferTarget.pro b/example/example_4_ibbTransferTarget/example_4_ibbTransferTarget.pro index 7fcac6b6..50c6b54d 100644 --- a/example/example_4_ibbTransferTarget/example_4_ibbTransferTarget.pro +++ b/example/example_4_ibbTransferTarget/example_4_ibbTransferTarget.pro @@ -13,9 +13,9 @@ QT += network xml CONFIG += console debug_and_release CONFIG(debug, debug|release) { - LIBS += -L../../source/debug -lQXmppClient_d + LIBS += -L../../source -lQXmppClient_d } else { - LIBS += -L../../source/release -lQXmppClient + LIBS += -L../../source -lQXmppClient } OTHER_FILES += README |
