diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-04 11:46:35 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-04 11:46:35 +0000 |
| commit | 3541dbcf8ebada61f963f8c8785656f61c40f791 (patch) | |
| tree | 01486f252d8af71933cf6d89a09ed5a18edae2b1 /example | |
| parent | 0932499c93db451a686819fc1dbcac5cca238919 (diff) | |
| download | qxmpp-3541dbcf8ebada61f963f8c8785656f61c40f791.tar.gz | |
simplify library linking
Diffstat (limited to 'example')
8 files changed, 16 insertions, 16 deletions
diff --git a/example/example_0_connected/example_0_connected.pro b/example/example_0_connected/example_0_connected.pro index 4dbef891..ac4d3996 100644 --- a/example/example_0_connected/example_0_connected.pro +++ b/example/example_0_connected/example_0_connected.pro @@ -11,9 +11,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 diff --git a/example/example_1_echoClient/example_1_echoClient.pro b/example/example_1_echoClient/example_1_echoClient.pro index f0555e46..5b9b8c98 100644 --- a/example/example_1_echoClient/example_1_echoClient.pro +++ b/example/example_1_echoClient/example_1_echoClient.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 diff --git a/example/example_2_rosterHandling/example_2_rosterHandling.pro b/example/example_2_rosterHandling/example_2_rosterHandling.pro index bf780ed6..58ebdf7b 100644 --- a/example/example_2_rosterHandling/example_2_rosterHandling.pro +++ b/example/example_2_rosterHandling/example_2_rosterHandling.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
diff --git a/example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro b/example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro index 0777c6c0..6fc65df6 100644 --- a/example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro +++ b/example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro @@ -14,7 +14,7 @@ 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
}
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 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 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 diff --git a/example/example_7_archiveHandling/example_7_archiveHandling.pro b/example/example_7_archiveHandling/example_7_archiveHandling.pro index 56d0f9b0..0e104c6f 100644 --- a/example/example_7_archiveHandling/example_7_archiveHandling.pro +++ b/example/example_7_archiveHandling/example_7_archiveHandling.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
|
