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/example_3_ibbTransferSource | |
| parent | 0932499c93db451a686819fc1dbcac5cca238919 (diff) | |
| download | qxmpp-3541dbcf8ebada61f963f8c8785656f61c40f791.tar.gz | |
simplify library linking
Diffstat (limited to 'example/example_3_ibbTransferSource')
| -rw-r--r-- | example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro | 4 |
1 files changed, 2 insertions, 2 deletions
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
}
|
