From 53a32bbc23220c52e281394d0c1c210816472c7f Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 23 Mar 2012 12:09:59 +0000 Subject: stop messing with output path --- examples/examples.pri | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/examples.pri') diff --git a/examples/examples.pri b/examples/examples.pri index 17d3b3b2..04136115 100644 --- a/examples/examples.pri +++ b/examples/examples.pri @@ -4,8 +4,7 @@ TEMPLATE = app CONFIG += console INCLUDEPATH += $$QXMPP_INCLUDEPATH -LIBS += $$QXMPP_LIBS -PRE_TARGETDEPS += $$QXMPP_LIBRARY_FILE +LIBS += -L ../../src $$QXMPP_LIBS # Symbian packaging rules symbian { -- cgit v1.2.3