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-15 14:56:23 +02:00

18 lines
473 B
Plaintext

RESOURCES += ../resources/resources.qrc
CONFIG += testcase
QT += testlib
INCLUDEPATH += $${PWD} $$top_srcdir/libnymea-remoteproxy $$top_srcdir/libnymea-remoteproxyclient
LIBS += -L$$top_builddir/libnymea-remoteproxy/ -lnymea-remoteproxy \
-L$$top_builddir/libnymea-remoteproxyclient/ -lnymea-remoteproxyclient \
HEADERS += \
$${PWD}/basetest.h \
$${PWD}/mockauthenticator.h \
SOURCES += \
$${PWD}/basetest.cpp \
$${PWD}/mockauthenticator.cpp \