From 4e47a2826758a541c697d52d28bfc46405312fc1 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sat, 22 Jul 2017 17:20:04 +0200 Subject: [PATCH] fix tests lib dir --- tests/auto/autotests.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/autotests.pri b/tests/auto/autotests.pri index 8ab41c87..675b5e94 100644 --- a/tests/auto/autotests.pri +++ b/tests/auto/autotests.pri @@ -8,7 +8,7 @@ INCLUDEPATH += $$top_srcdir/server/ \ $$top_srcdir/libguh \ $$top_srcdir/tests/auto/ -LIBS += -L$$top_builddir/libguh/ -lguh -L$$top_builddir/plugins/deviceplugins/mock/ \ +LIBS += -L$$top_builddir/libguh/ -lguh -L$$top_builddir/plugins/mock/ \ -L$$top_builddir/tests/libguh-core/ -lguh-core SOURCES += ../guhtestbase.cpp \