mirror of https://github.com/nymea/nymea.git
16 lines
496 B
Plaintext
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
|