mirror of https://github.com/nymea/nymea.git
20 lines
450 B
Prolog
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
|