nymea/tests/auto/autotests.pri

16 lines
496 B
Plaintext

QT += testlib network sql
CONFIG += testcase
INCLUDEPATH += $$top_srcdir/libnymea \
$$top_srcdir/libnymea-core \
$$top_srcdir/tests/testlib/
LIBS += -L$$top_builddir/libnymea/ -lnymea \
-L$$top_builddir/libnymea-core/ -lnymea-core \
-L$$top_builddir/tests/testlib/ -lnymea-testlib \
-L$$top_builddir/plugins/mock/ \
-lssl -lcrypto -lavahi-common -lavahi-client -lnymea-remoteproxyclient
target.path = /usr/tests
INSTALLS += target