From 5898c2eae5b56d3bfd80a03be53f0f4c2d91b179 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 23 May 2019 04:28:28 +0200 Subject: [PATCH] drop avahi linker flags --- tests/testlib/testlib.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testlib/testlib.pro b/tests/testlib/testlib.pro index 72189702..8c03d502 100644 --- a/tests/testlib/testlib.pro +++ b/tests/testlib/testlib.pro @@ -10,7 +10,7 @@ INCLUDEPATH += $$top_srcdir/libnymea \ LIBS += -L$$top_builddir/libnymea/ -lnymea \ -L$$top_builddir/libnymea-core/ -lnymea-core \ - -lssl -lcrypto -lavahi-common -lavahi-client -lnymea-remoteproxyclient + -lssl -lcrypto -lnymea-remoteproxyclient HEADERS += nymeatestbase.h SOURCES += nymeatestbase.cpp