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.
Michael Zanetti d999d1c715 Allow building the plugininfocompiler standalone
This is required to be able to build a "native" version of the pic
without having to build all the dependencies pulled in by the
HardwareManager.
2020-12-14 23:37:43 +01:00

20 lines
450 B
Prolog

TEMPLATE = lib
TARGET = nymea-testlib
include(../../nymea.pri)
QT += testlib dbus network sql websockets
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