From 3541dbcf8ebada61f963f8c8785656f61c40f791 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 4 Mar 2010 11:46:35 +0000 Subject: simplify library linking --- example/example_1_echoClient/example_1_echoClient.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/example_1_echoClient') 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 -- cgit v1.2.3