aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-22 00:08:18 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-22 00:08:18 +0200
commit862913434a70a5505f082f296127aa7eb82562c1 (patch)
treebea09fe564d44ec29d8b43963bfca073d44babc9 /tests
parent0a584900db720454f06d136e6bdf445a8f87e8b7 (diff)
downloadqxmpp-862913434a70a5505f082f296127aa7eb82562c1.tar.gz
use local dirs first when linking
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index a415ac55..48df9eaa 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -36,5 +36,6 @@ HEADERS += \
SOURCES += codec.cpp sasl.cpp
}
+QMAKE_LIBDIR += ../src
INCLUDEPATH += $$QXMPP_INCLUDEPATH
-LIBS += -L../src $$QXMPP_LIBS
+LIBS += $$QXMPP_LIBS