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.
2019-05-23 04:28:28 +02:00

20 lines
434 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 -lnymea-remoteproxyclient
HEADERS += nymeatestbase.h
SOURCES += nymeatestbase.cpp
target.path = $$[QT_INSTALL_LIBS]
INSTALLS += target