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.
2018-08-04 13:54:30 +02:00

21 lines
526 B
Prolog

include(../nymea-remoteproxy.pri)
CONFIG += testcase
QT += testlib
TARGET = nymea-remoteproxy-tests
INCLUDEPATH += ../libnymea-remoteproxy ../libnymea-remoteproxyclient
LIBS += -L$$top_builddir/libnymea-remoteproxy/ -lnymea-remoteproxy \
-L$$top_builddir/libnymea-remoteproxyclient/ -lnymea-remoteproxyclient \
RESOURCES += certificate.qrc
HEADERS += nymea-remoteproxy-tests.h \
mockauthenticator.h
SOURCES += nymea-remoteproxy-tests.cpp \
mockauthenticator.cpp
target.path = /usr/bin
INSTALLS += target