This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.

20 lines
464 B
Prolog

TEMPLATE = lib
TARGET = nymea-testlib
include(../../nymea.pri)
QT += testlib network sql
INCLUDEPATH += $$top_srcdir/libnymea \
$$top_srcdir/libnymea-core
LIBS += -L$$top_builddir/libnymea/ -lnymea \
-L$$top_builddir/libnymea-core/ -lnymea-core \
-lssl -lcrypto -lavahi-common -lavahi-client -lnymea-remoteproxyclient
HEADERS += nymeatestbase.h
SOURCES += nymeatestbase.cpp
target.path = $$[QT_INSTALL_LIBS]
INSTALLS += target