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 11:00:31 +02:00

15 lines
431 B
Plaintext

RESOURCES += ../certificate.qrc
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 \